wildfunctions / foo-jitsu

A wrapper for commonly used UNIX commands

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

foo-jitsu

A wrapper for commonly used UNIX programs

All deleterious actions require options (Ex: fj -r for removal of )

Current ideas for fj:

fj => ls

fj -l => ls -l

fj -la => ls -la

fj -c => wc

fj => vi

fj -r => rm

fj

=> mkdir (If D.N.E.)

fj

=> cd

fj -p

=> pushd

fj -p => popd

fj -r

=> rm -r

fj => cp

fj mv => mv

fj -f

=> find -name

fj -nf

=> find -not -name

fj -g

=> grep

About

A wrapper for commonly used UNIX commands


Languages

Language:C 96.0%Language:Makefile 4.0%