Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Split input line on ':' | Aqua-sama | 2020-10-18 | 1 | -1/+2 |
| | |||||
* | Use crates.io/rustyline as readline | Aqua-sama | 2020-10-13 | 1 | -17/+4 |
| | |||||
* | Add dummy SIGINT handler | Aqua-sama | 2020-10-11 | 1 | -1/+1 |
| | |||||
* | Properly read username and hostname | Aqua-sama | 2020-10-11 | 1 | -29/+20 |
| | | | | | | | 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 | 1 | -25/+29 |
| | |||||
* | Initial commit | Aqua-sama | 2020-09-21 | 1 | -0/+57 |