Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add autocompleterHEADmaster | Aqua-sama | 2020-11-30 | 7 | -21/+196 |
| | |||||
* | Refactoring | Aqua-sama | 2020-11-29 | 5 | -89/+91 |
| | | | | Add doc/rc.pdf | ||||
* | Update manpage | Aqua-sama | 2020-11-09 | 4 | -26/+50 |
| | |||||
* | Properly run commands on ExitSuccess/ExitFailure | Aqua-sama | 2020-10-22 | 5 | -117/+162 |
| | |||||
* | Split input line on ':' | Aqua-sama | 2020-10-18 | 5 | -30/+72 |
| | |||||
* | Update manpage | Aqua-sama | 2020-10-17 | 5 | -57/+80 |
| | | | | Add makefile to build manpages with | ||||
* | Add new tokenizer | Aqua-sama | 2020-10-17 | 4 | -105/+198 |
| | |||||
* | Add ! builtin to display the last status | Aqua-sama | 2020-10-14 | 2 | -13/+20 |
| | |||||
* | Check arguments passed to cd | Aqua-sama | 2020-10-14 | 6 | -12/+76 |
| | |||||
* | Use crates.io/rustyline as readline | Aqua-sama | 2020-10-13 | 8 | -112/+109 |
| | |||||
* | Add dummy SIGINT handler | Aqua-sama | 2020-10-11 | 6 | -16/+55 |
| | |||||
* | Properly read username and hostname | Aqua-sama | 2020-10-11 | 3 | -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 const | Aqua-sama | 2020-10-11 | 3 | -31/+52 |
| | |||||
* | Initial commit | Aqua-sama | 2020-09-21 | 7 | -0/+180 |