Skip to content

Instantly share code, notes, and snippets.

@pce
Last active August 7, 2019 18:09
Show Gist options
  • Save pce/2f1213a187f2d584214c9bf4c430cdd0 to your computer and use it in GitHub Desktop.
Save pce/2f1213a187f2d584214c9bf4c430cdd0 to your computer and use it in GitHub Desktop.
shell-tools

tilix

tiling terminal emulator (D/Gtk3) https://github.com/gnunn1/tilix

zsh

http://ohmyz.sh/

fzf

🌸 A command-line fuzzy finder written in Go https://github.com/junegunn/fzf

peco

Simplistic interactive filtering tool https://github.com/peco/peco

cmus

Musicplayer https://cmus.github.io/ ( https://wiki.archlinux.org/index.php/Cmus )

  • :add ~/Music
  • :add $streamurl
  • X Play
  • V Stop, C Pause
  • e add to add queue
  • B Next
  • 1-7 (View Mode)

vifm

File-manager https://vifm.info/

  • copy and paste in vi-style: yy and P
  • :quit

grep

grep -iRl "search__something" app/

task

Taskwarrior manages your TODO list from your command line.

➜  ~ task add add a tab with component due:friday
Created task 1.
➜  ~ task 1 modify +mylabel

https://taskwarrior.org/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment