Is a lib now

This commit is contained in:
Justine
2022-12-13 23:42:39 +01:00
parent 07f50c6f9b
commit 967cec34af
5 changed files with 320 additions and 320 deletions

View File

@ -17,13 +17,10 @@ Later, I can even make something useful out of it. For example, I could make it
* A basic history system. Writes to ~/history.rshell
* Tests for this history system
* Added the !<number> function
* Order the file (modules...) => Ok, we doing a lib.
# Todo
* Add a function that gets the path of the history file, rather than copying it every time
* Other tests for the rest of the features
* Add a builtin history command
* Get some sleep
* Order the file (modules...)
* Use termion to capture the TAB and autocomplete
# Annotated process_line
```rust