/hush

shell for humans

Primary LanguageCGNU General Public License v3.0GPL-3.0

hush

shell for humans

how to run

to build hush, do:

cd readline
./configure
make
cd ..
make

to run, do

bin/hush

how to use

first, you should do the help command

some examples:

apropos shell | grep man | less
man echo > some_file
hexdump -C < some_file > file
grep display < file
less file

features

  • pipes
  • file input/output operations
  • autocomplete paths on tab
  • history
  • emacs bindings to work with command