diff --git a/README.md b/README.md index 1f4b4b0..5496974 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ Almost all of them require various tools from coreutils like `awk` `sed` `cut`, Lists or searches for files and opens them with a command, defaults to `vim`. Kind of a shortcut for `vim $(ag 'foo' | fzf)`, lists files if no search string is given. + +* [Demo](https://asciinema.org/a/sXeXaBsPaGkKm173ONMgUMAxP) ## [fzgit](fzgit) Interactive git wrapper. Very much still a work in progress, but it has some very cool functions already. @@ -28,6 +30,8 @@ Lists and searches for songs in an MPD library by artist, album, or playlist. I Interactively move files. It was originally just an experiment to see what it would be like to make a file explorer with fzf. +* [Demo](https://asciinema.org/a/364316) + ## [fzrepl](fzrepl) runs stdin against programs like sed, awk, jq and shows the result in the preview window @@ -40,7 +44,7 @@ Google search from the command line. This is now broken since google deprecated ## [igr](igr) -Interactive rg wrapper +Interactive rg wrapper ## [ix](ix) @@ -54,22 +58,43 @@ Searches [npmjs.com](https://npmjs.com) and installs packages with `yarn` if ava *depends on npm and [jq](https://stedolan.github.io/jq/)* +* [Demo](https://asciinema.org/a/sXeXaBsPaGkKm173ONMgUMAxP) + * [Demo](https://asciinema.org/a/178602) ## [pkgsearch](pkgsearch) Searches repos and installs multiple packages. Currently works with Debian, Ubuntu and Arch, and experimental support for Fedora and Void. +* [Demo](https://asciinema.org/a/Kxwto9i3ioiDoJ3C9du18GKxc) + ## [pkgrm](pkgrm) Lists and removes packages, optionally sorts by size. *depends on `pacman`* +* [Demo](https://asciinema.org/a/HOMwFt7shskjb6WaHb733ZiGZ) + +## [pkgup](pkgrm) + +Lists and upgrades package. + +*[Demo](https://asciinema.org/a/3xRisYfiWCcuCfW01b3az8Pwl) + +*depends on `pacman`* +* [Demo](https://asciinema.org/a/HOMwFt7shskjb6WaHb733ZiGZ) ## [sshget](sshget) Lists files from remote servers and `rsync`s them to the current directory +## [fztop](fztop) + +list active processes and kill on F9 + +* [Demo](https://asciinema.org/a/IIFDLdxZhLyYxLgX9qAcrGmQ7) + + ## [wifi](wifi) List and connect to wifi networks