gh-f VS asciinema

Compare gh-f vs asciinema and see what are their differences.

gh-f

🔎 the ultimate compact fzf gh extension (by gennaro-tedesco)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
gh-f asciinema
17 104
245 13,199
- 1.1%
5.8 9.6
about 1 month ago 11 days ago
Shell Rust
The Unlicense GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

gh-f

Posts with mentions or reviews of gh-f. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-15.
  • gh-f adds diff per filetype and other small improvements
    1 project | /r/commandline | 11 Feb 2023
    gh-f is a GitHub CLI extension that I wrote that does all-things-fzf for git. From time to time I add new small features or quality of life adjustments :).
  • fzf is so powerful when you use it well ! code/files/tags/git history
    5 projects | /r/neovim | 15 Dec 2022
    If you are into github CLI extensions, check out the ultimate fzf git extension: gh-f (unrelated to neovim, but shamelessy I am the author).
  • Git workflow
    11 projects | /r/neovim | 13 Sep 2022
    I deal with most of my git workflow from terminal simply because I find git to be easiest to use from the command line, where each command is verbose enough for you to understand what you are doing, and so is its output. Lately, with the introduction of the gh CLI things have gotten even easier, and all the workflow of branches, PRs, releases, runs and so forth is easily handled via command line as well: I wrote gh-f, an extension that integrates gh with fzf and you're good to go at the speed of light.
  • gh-f stable release 1.0.0
    1 project | /r/programming | 7 Sep 2022
    1 project | /r/commandline | 7 Sep 2022
    I have worked on gh-f for about one year and I have now reached the point where I consider it to be stable and robust enough to award it a full 1.0.0 release.
  • A Better Git Diff with Delta
    5 projects | /r/commandline | 30 Aug 2022
    You may want to check out gh-f, where most of the functions/alias shown in the videos are packaged as gh CLI extension.
  • CLI to Search, Preview, & Check Out a GitHub PR
    3 projects | /r/commandline | 16 Aug 2022
    Nice, wasn't aware of that. Enjoying looking at the code underneath https://github.com/gennaro-tedesco/gh-f/blob/master/gh-f
  • Is there a TUI version of Github?
    5 projects | /r/commandline | 17 May 2022
    gh cli with some gh extensions, like gh-f, gh-s, and gh-i, can get you most of the way there
  • If you could chose only one, would you choose "vim-fugitive" or "lazygit", and why?
    1 project | /r/neovim | 2 Apr 2022
    If you are interesting in cherrypicking (and much more) you may want to have a look at gh-f, a GitHub CLI extension that works with fzf (in particular look at gh f -k)
  • gh-f: now grep through revision history!
    2 projects | /r/commandline | 9 Mar 2022
    Another feature added to gh-f: grep regex pattern through revision history. What about that piece of code you deleted, and now you want to quickly check the old revision file to copy and paste? Say no more: prompt for regex pattern, choose the file name, browse the revision history with preview and show the old file containing the piece of code you are after!

asciinema

Posts with mentions or reviews of asciinema. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-05-01.
  • How do people create those sleek looking demos for startups?
    5 projects | news.ycombinator.com | 1 May 2024
    https://asciinema.org/

    We use this for really nice terminal only demos. Highly recommend even though there are some minor rendering issues if you are using special fonts.

  • Asciinema 3.0 will be rewritten in Rust
    10 projects | news.ycombinator.com | 7 Feb 2024
    Incorrect link. Just goes to the list of open requests.

    Here is a ticket which mentor the rust rewrite, perhaps this was what was intended: https://github.com/asciinema/asciinema/pull/579

  • Ask HN: Who wants to be hired? (February 2024)
    19 projects | news.ycombinator.com | 1 Feb 2024
    Location: Europe

    Remote: Yes

    Willing to relocate: No

    Technologies: Rust, Elixir, Nix(OS), WASM, AWS

    Résumé/CV: Available upon request

    Github: https://github.com/ku1ik

    Open-source: creator of https://asciinema.org, contributor and maintainer of many other projects (see Github profile)

    Email: hnhire /at/ defn /dot/ 33mail /dot/ com

    20 years of professional experience. I enjoy anything backend related, e.g APIs, profiling and solving performance problems, building high performance, low-latency network solutions, among many other things.

  • [2023 Day 8 (Part 2)] The slot machine way!
    2 projects | /r/adventofcode | 8 Dec 2023
    This might be a good usecase for https://asciinema.org/
  • Asciinema: Record and share your terminal sessions, the simple way
    1 project | /r/patient_hackernews | 6 Nov 2023
    1 project | /r/hackernews | 5 Nov 2023
    1 project | /r/hypeurls | 5 Nov 2023
    6 projects | news.ycombinator.com | 3 Nov 2023
  • Show HN: Hackreels – Animate your code in HD
    3 projects | news.ycombinator.com | 21 Oct 2023
    I do quite a lot of this kind of stuff for my job. Some context that may be useful.

    Often the full IDE is needed. I record a lot of gifs of VSCode, where part of the gif is typing code, part is interacting with the rest of the IDE / terminal - perhaps to run the code and view the output.

    For me the killer app would be one which could pre-record keystrokes (and maybe mouse actions) so that I could do them error free. I often attempt a gif 10 times before I'm happy with the outcome.

    I don't personally love the transition animation. I would want the option for something that seems like it's being typed.

    The closest tools I've found are:

    Typewriter VSCode extesion: Allows you to copy text and then "types" it out for you. https://marketplace.visualstudio.com/items?itemName=dansilve...

    Ascii Cinema: https://asciinema.org/

  • Short form video
    1 project | /r/programiranje | 18 Jun 2023

What are some alternatives?

When comparing gh-f and asciinema you can also consider the following projects:

gh-i - 🔎 search your github issues interactively

terminalizer - 🦄 Record your terminal and generate animated gif images or share a web player

gh-s - 🔎 search github repositories interactively

TabNine - AI Code Completions

gh-dash - A beautiful CLI dashboard for GitHub 🚀

nerd-fonts - Iconic font aggregator, collection, & patcher. 3,600+ icons, 50+ patched fonts: Hack, Source Code Pro, more. Glyph collections: Font Awesome, Material Design Icons, Octicons, & more

difftastic - a structural diff that understands syntax 🟥🟩

OSCP-Exam-Report-Template-Markdown - :orange_book: Markdown Templates for Offensive Security OSCP, OSWE, OSCE, OSEE, OSWP exam report

github-tui - TUI client for GitHub

asciinema-player - Web player for terminal session recordings

fzf-preview.vim - The plugin that powerfully integrates fzf and (Neo)vim. It is also possible to integrate with coc.nvim.

telescope-repo.nvim - 🦘 Jump into the repositories (git, mercurial…) of your filesystem with telescope.nvim, without any setup