summaryrefslogtreecommitdiff
path: root/readme.org
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2023-03-17 11:29:16 +0200
committerJustin Wernick <justin@worthe-it.co.za>2023-03-17 11:29:16 +0200
commit5d3b67cc755e1ffc2d9e986dd0a725160d09ae69 (patch)
tree18d8a9ac7f6976d9e276d49b40e1e1872e2a5320 /readme.org
parentf5a00e9090b9d81936137c3fc676cfd0ad25430c (diff)
Use rustyline
Diffstat (limited to 'readme.org')
-rw-r--r--readme.org6
1 files changed, 3 insertions, 3 deletions
diff --git a/readme.org b/readme.org
index fe09dc5..0753297 100644
--- a/readme.org
+++ b/readme.org
@@ -21,11 +21,11 @@ Pijul.
- [X] Isolation of workdir between tests
- [X] git fetch with git upload-pack
- [X] git push with git receive-pack
-- [X] proper shell argument lexing, with quote stuff https://lib.rs/crates/shlex
+- [X] proper shell argument lexing, with quote stuff
+- [X] history (only within same session)
- [ ] restrict repos to only acceptable paths
- [ ] git init of shared repos
-- [ ] history (only within same session) https://lib.rs/crates/rustyline
-- [ ] don't quit interactive shell sessions if there's an error
+- [X] don't quit interactive shell sessions if there's an error
- [ ] git archive with git upload-archive
- [X] help command
- [ ] help docs on all the commands