Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added video for scripts #17

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 26 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand All @@ -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)

Expand All @@ -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
Expand Down