Skip to content

NikolaVetnic/cli-tooltips

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLI Tooltips

A set of tips and advices for the CLI tools I often use.

To access CLI tools regardles of the current working directory remember to use aliases in .zshrc.

General Settings

Aliases

Some of the aliases I find useful:

	alias ls='ls -la --color=auto'
	alias mc='/opt/homebrew/Cellar/midnight-commander/4.8.29_1/bin/mc'
	alias brew='/opt/homebrew/bin/brew'
	alias nf='/opt/homebrew/Cellar/neofetch/7.1.0/bin/neofetch'
	alias echo_path='echo $PATH | sed '\''s/:/\n/g'\'' | sort | uniq -c'	
	alias zed='nv ~/.zshrc'
	alias zrc='source ~/.zshrc'
	alias tt='tree -C'

Other .zshrc Settings

More useful settings:

	# setting the ls colors
	export LSCOLORS="GxfxcxdxDxegedabagacad"

Tooltips

Splitting a ZIP archive into 50M sized parts:

	zip existing.zip --out new.zip -s 50m

CLI Tools

bat

Link: https://github.com/sharkdp/bat

cmatrix

Link: https://formulae.brew.sh/formula/cmatrix

cmus

Instructions: cmus.md
Link: https://formulae.brew.sh/formula/cmus

gtop

Link: https://www.cyberciti.biz/howto/gtop-awesome-system-monitoring-dashboard-for-terminal/

nvim

Instructions: neovim.md
Link: https://neovim.io/
Setup video: https://www.youtube.com/watch?v=JWReY93Vl6g
init.vim as shown in the setup video: config/init.vim
Comparison - vim and nvim: https://www.youtube.com/watch?v=R8tI4gpzkE4

Midnight Commander

Instructions: mc.md
Link: https://midnight-commander.org/

neofetch

Link: https://www.cyberciti.biz/howto/neofetch-awesome-system-info-bash-script-for-linux-unix-macos/

tree

Homebrew: https://formulae.brew.sh/formula/tree
Link: http://mama.indstate.edu/users/ice/tree/

Non-CLI Tools

Flacon

An open source audio file encoder. You can split a single large audio file containing the entire album (i.e. a CUE file) into the separate audio tracks.

Rectangle

Window layout tool, available here.

Stats

Link: https://github.com/exelban/stats

About

A set of tips and advices for the CLI tools I often use.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors