Tag: terminal

  • Terminal recording with Asciinema

    Terminal recording with Asciinema

    Recently, I had to record a little demo of cd-surfer: A simple TUI file explorer, a terminal app I wrote. Here is the result: I used Asciinema to record to a .cast file, and Gifcast to convert the .cast file into a .gif file. Asciinema is the top result when you google “terminal recording”. Despite […]

  • cd-surfer: A simple TUI file explorer

    cd-surfer: A simple TUI file explorer

    cd-surfer is a replacement for the endless cd ls cd ls … cycle on linux shells. It is meant to be a simple and fast Text-based User Interface file manager. Here is the link to cd-surfer´s Github repo Some features: In-folder search demo: Despite that it is still lacking a lot o features I want, for a weekend project it is good […]