From 0099e7e27f856b641753634cb2c1851c26490862 Mon Sep 17 00:00:00 2001 From: rayiik Date: Fri, 9 Oct 2020 01:42:45 -0700 Subject: [PATCH 1/5] added entry for fztop and added demos --- README.md | 31 +++++++++++++++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1f4b4b0..ca9efc8 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,10 @@ 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]( +[![asciicast](https://asciinema.org/a/sXeXaBsPaGkKm173ONMgUMAxP.svg)](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 +32,10 @@ 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]( +[![asciicast](https://asciinema.org/a/364316.svg)](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 +48,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 +62,41 @@ Searches [npmjs.com](https://npmjs.com) and installs packages with `yarn` if ava *depends on npm and [jq](https://stedolan.github.io/jq/)* +* [Demo]( +[![asciicast](https://asciinema.org/a/sXeXaBsPaGkKm173ONMgUMAxP.svg)](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]( +[![asciicast](https://asciinema.org/a/Kxwto9i3ioiDoJ3C9du18GKxc.svg)](https://asciinema.org/a/Kxwto9i3ioiDoJ3C9du18GKxc) +) + ## [pkgrm](pkgrm) Lists and removes packages, optionally sorts by size. *depends on `pacman`* - +* [Demo]( +[![asciicast](https://asciinema.org/a/HOMwFt7shskjb6WaHb733ZiGZ.svg)](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]( +[![asciicast](https://asciinema.org/a/IIFDLdxZhLyYxLgX9qAcrGmQ7.svg)](https://asciinema.org/a/IIFDLdxZhLyYxLgX9qAcrGmQ7) +) + + ## [wifi](wifi) List and connect to wifi networks From 529db583955b2f7baf40a99a57a0958955ab75ac Mon Sep 17 00:00:00 2001 From: Derek Date: Fri, 9 Oct 2020 01:49:14 -0700 Subject: [PATCH 2/5] Update README.md --- README.md | 25 +++++++------------------ 1 file changed, 7 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index ca9efc8..6d91911 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,7 @@ 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]( -[![asciicast](https://asciinema.org/a/sXeXaBsPaGkKm173ONMgUMAxP.svg)](https://asciinema.org/a/sXeXaBsPaGkKm173ONMgUMAxP) -) +* [Demo]([![asciicast](https://asciinema.org/a/sXeXaBsPaGkKm173ONMgUMAxP.svg)](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. @@ -32,9 +30,7 @@ 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]( -[![asciicast](https://asciinema.org/a/364316.svg)](https://asciinema.org/a/364316) -) +* [Demo]([![asciicast](https://asciinema.org/a/364316.svg)](https://asciinema.org/a/364316)) ## [fzrepl](fzrepl) @@ -62,9 +58,7 @@ Searches [npmjs.com](https://npmjs.com) and installs packages with `yarn` if ava *depends on npm and [jq](https://stedolan.github.io/jq/)* -* [Demo]( -[![asciicast](https://asciinema.org/a/sXeXaBsPaGkKm173ONMgUMAxP.svg)](https://asciinema.org/a/sXeXaBsPaGkKm173ONMgUMAxP) -) +* [Demo]([![asciicast](https://asciinema.org/a/sXeXaBsPaGkKm173ONMgUMAxP.svg)](https://asciinema.org/a/sXeXaBsPaGkKm173ONMgUMAxP)) * [Demo](https://asciinema.org/a/178602) @@ -72,18 +66,15 @@ Searches [npmjs.com](https://npmjs.com) and installs packages with `yarn` if ava Searches repos and installs multiple packages. Currently works with Debian, Ubuntu and Arch, and experimental support for Fedora and Void. -* [Demo]( -[![asciicast](https://asciinema.org/a/Kxwto9i3ioiDoJ3C9du18GKxc.svg)](https://asciinema.org/a/Kxwto9i3ioiDoJ3C9du18GKxc) -) +* [Demo]([![asciicast](https://asciinema.org/a/Kxwto9i3ioiDoJ3C9du18GKxc.svg)](https://asciinema.org/a/Kxwto9i3ioiDoJ3C9du18GKxc)) ## [pkgrm](pkgrm) Lists and removes packages, optionally sorts by size. *depends on `pacman`* -* [Demo]( -[![asciicast](https://asciinema.org/a/HOMwFt7shskjb6WaHb733ZiGZ.svg)](https://asciinema.org/a/HOMwFt7shskjb6WaHb733ZiGZ) -) +* [Demo]([![asciicast](https://asciinema.org/a/HOMwFt7shskjb6WaHb733ZiGZ.svg)](https://asciinema.org/a/HOMwFt7shskjb6WaHb733ZiGZ)) + ## [sshget](sshget) Lists files from remote servers and `rsync`s them to the current directory @@ -92,9 +83,7 @@ Lists files from remote servers and `rsync`s them to the current directory list active processes and kill on F9 -* [Demo]( -[![asciicast](https://asciinema.org/a/IIFDLdxZhLyYxLgX9qAcrGmQ7.svg)](https://asciinema.org/a/IIFDLdxZhLyYxLgX9qAcrGmQ7) -) +* [Demo]([![asciicast](https://asciinema.org/a/IIFDLdxZhLyYxLgX9qAcrGmQ7.svg)](https://asciinema.org/a/IIFDLdxZhLyYxLgX9qAcrGmQ7)) ## [wifi](wifi) From ed8ff270617006c0c27efe2913ea38664266b8ec Mon Sep 17 00:00:00 2001 From: Derek Date: Fri, 9 Oct 2020 01:50:41 -0700 Subject: [PATCH 3/5] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6d91911..352ef45 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ 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]([![asciicast](https://asciinema.org/a/sXeXaBsPaGkKm173ONMgUMAxP.svg)](https://asciinema.org/a/sXeXaBsPaGkKm173ONMgUMAxP)) +* [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. @@ -30,7 +30,7 @@ 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]([![asciicast](https://asciinema.org/a/364316.svg)](https://asciinema.org/a/364316)) +* [Demo](https://asciinema.org/a/364316.svg)](https://asciinema.org/a/364316) ## [fzrepl](fzrepl) @@ -58,7 +58,7 @@ Searches [npmjs.com](https://npmjs.com) and installs packages with `yarn` if ava *depends on npm and [jq](https://stedolan.github.io/jq/)* -* [Demo]([![asciicast](https://asciinema.org/a/sXeXaBsPaGkKm173ONMgUMAxP.svg)](https://asciinema.org/a/sXeXaBsPaGkKm173ONMgUMAxP)) +* [Demo](https://asciinema.org/a/sXeXaBsPaGkKm173ONMgUMAxP) * [Demo](https://asciinema.org/a/178602) @@ -66,14 +66,14 @@ Searches [npmjs.com](https://npmjs.com) and installs packages with `yarn` if ava Searches repos and installs multiple packages. Currently works with Debian, Ubuntu and Arch, and experimental support for Fedora and Void. -* [Demo]([![asciicast](https://asciinema.org/a/Kxwto9i3ioiDoJ3C9du18GKxc.svg)](https://asciinema.org/a/Kxwto9i3ioiDoJ3C9du18GKxc)) +* [Demo](https://asciinema.org/a/Kxwto9i3ioiDoJ3C9du18GKxc) ## [pkgrm](pkgrm) Lists and removes packages, optionally sorts by size. *depends on `pacman`* -* [Demo]([![asciicast](https://asciinema.org/a/HOMwFt7shskjb6WaHb733ZiGZ.svg)](https://asciinema.org/a/HOMwFt7shskjb6WaHb733ZiGZ)) +* [Demo](https://asciinema.org/a/HOMwFt7shskjb6WaHb733ZiGZ) ## [sshget](sshget) @@ -83,7 +83,7 @@ Lists files from remote servers and `rsync`s them to the current directory list active processes and kill on F9 -* [Demo]([![asciicast](https://asciinema.org/a/IIFDLdxZhLyYxLgX9qAcrGmQ7.svg)](https://asciinema.org/a/IIFDLdxZhLyYxLgX9qAcrGmQ7)) +* [Demo](https://asciinema.org/a/IIFDLdxZhLyYxLgX9qAcrGmQ7) ## [wifi](wifi) From 707474726dc561f7b07cbfcd9cc29b5425352de7 Mon Sep 17 00:00:00 2001 From: Derek Date: Fri, 9 Oct 2020 01:53:33 -0700 Subject: [PATCH 4/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 352ef45..7add95c 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ 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.svg)](https://asciinema.org/a/364316) +* [Demo](https://asciinema.org/a/364316) ## [fzrepl](fzrepl) From bfbdfc9a51213cbe1bd6f8310fb9c60abccc3586 Mon Sep 17 00:00:00 2001 From: Derek Date: Fri, 9 Oct 2020 02:03:01 -0700 Subject: [PATCH 5/5] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 7add95c..5496974 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,15 @@ 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