aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Add autocompleterHEADmasterAqua-sama2020-11-305-19/+189
|
* RefactoringAqua-sama2020-11-294-89/+91
| | | | Add doc/rc.pdf
* Update manpageAqua-sama2020-11-091-5/+9
|
* Properly run commands on ExitSuccess/ExitFailureAqua-sama2020-10-223-112/+147
|
* Split input line on ':'Aqua-sama2020-10-184-28/+50
|
* Update manpageAqua-sama2020-10-172-24/+43
| | | | Add makefile to build manpages with
* Add new tokenizerAqua-sama2020-10-174-105/+198
|
* Add ! builtin to display the last statusAqua-sama2020-10-142-13/+20
|
* Check arguments passed to cdAqua-sama2020-10-143-11/+23
|
* Use crates.io/rustyline as readlineAqua-sama2020-10-135-98/+107
|
* Add dummy SIGINT handlerAqua-sama2020-10-113-13/+16
|
* Properly read username and hostnameAqua-sama2020-10-113-32/+75
| | | | | | | username is read by using libc::getuid, and checking /etc/passwd for the uid and getting the username from there hostname is read from /proc/sys/kernel/hostname
* Make Prompt more constAqua-sama2020-10-113-31/+52
|
* Initial commitAqua-sama2020-09-213-0/+147