update todo and rm log
This commit is contained in:
parent
47f6b96722
commit
8789d30c38
2 changed files with 4 additions and 30 deletions
|
@ -33,7 +33,7 @@ $ ./rush
|
|||
- Pipes
|
||||
- autojump to directorys
|
||||
- stdin, stdout, stderr redirect
|
||||
- background jobs
|
||||
- Background jobs
|
||||
|
||||
# Built in commands
|
||||
- cd
|
||||
|
@ -46,7 +46,9 @@ $ ./rush
|
|||
- bg
|
||||
|
||||
# Todo Features
|
||||
- tab completion
|
||||
- Tab completion
|
||||
- Git integration
|
||||
- Allow arguments with space in double quotes
|
||||
|
||||
# Credits
|
||||
- [Tutorial - Write a shell in C](https://brennan.io/2015/01/16/write-a-shell-in-c/)
|
||||
|
|
28
log
28
log
|
@ -1,28 +0,0 @@
|
|||
drwxr-xr-x 3 n n 4.0K Feb 11 00:04 .
|
||||
drwxr-xr-x 13 n n 4.0K Feb 6 21:29 ..
|
||||
-rw-r--r-- 1 n n 522 Feb 10 22:42 color.c
|
||||
-rw-r--r-- 1 n n 199 Feb 10 22:42 color.h
|
||||
-rw-r--r-- 1 n n 6.0K Feb 10 22:44 color.o
|
||||
-rw-r--r-- 1 n n 12K Feb 11 00:04 commands.c
|
||||
-rw-r--r-- 1 n n 220 Feb 10 19:17 commands.h
|
||||
-rw-r--r-- 1 n n 15K Feb 11 00:02 commands.o
|
||||
-rw-r--r-- 1 n n 598 Feb 10 23:23 constants.h
|
||||
drwxr-xr-x 8 n n 4.0K Feb 10 23:31 .git
|
||||
-rw-r--r-- 1 n n 18 Feb 6 18:42 .gitignore
|
||||
-rw-r--r-- 1 n n 4.0K Feb 10 16:10 history.c
|
||||
-rw-r--r-- 1 n n 207 Feb 9 18:36 history.h
|
||||
-rw-r--r-- 1 n n 13K Feb 10 22:19 history.o
|
||||
-rw-r--r-- 1 n n 938 Feb 10 23:24 job.c
|
||||
-rw-r--r-- 1 n n 133 Feb 10 19:06 job.h
|
||||
-rw-r--r-- 1 n n 4.6K Feb 10 23:26 job.o
|
||||
-rw-r--r-- 1 n n 35K Feb 6 18:24 LICENSE
|
||||
-rw-r--r-- 1 n n 0 Feb 11 00:05 log
|
||||
-rw-r--r-- 1 n n 878 Feb 10 23:27 Makefile
|
||||
-rw-r--r-- 1 n n 1.3K Feb 10 19:11 README.md
|
||||
-rwxr-xr-x 1 n n 43K Feb 11 00:02 rush
|
||||
-rw-r--r-- 1 n n 23K Feb 8 22:25 rush-0.1.tar.gz
|
||||
-rw-r--r-- 1 n n 373 Feb 6 18:56 rush.1
|
||||
-rw-r--r-- 1 n n 17K Feb 10 23:30 rush.c
|
||||
-rw-r--r-- 1 n n 119 Feb 10 16:06 rush.h
|
||||
-rw-r--r-- 1 n n 15K Feb 10 23:50 rush.o
|
||||
[Job: 1] [Process ID: 2150241] [Command: firefox]
|
Loading…
Reference in a new issue