I'm going to make a few new command for BoneOS. - [x] logname - prints current login name - [ ] man - help manual - [x] pwd - print current working directory - [ ] uname - print system info - [x] watch - execute a program periodically - [ ] time - get current time for process - [x] date - get current date - [ ] whatis - displays a one line description of a command - [x] whoami - just like logname prints the current user - [ ] uptime - displays total time since the computer started - [ ] alias - makes another temporary name for a command till the terminal is closed - [x] shutdown - already implemented by 'poweroff', but need some more improvements - [ ] tldr - simplified man pages, not installed [by default](https://github.com/tldr-pages/tldr)
I'm going to make a few new command for BoneOS.