aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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