add more possible todos

main
NotAFile 2021-09-29 18:01:12 +02:00
parent 750c8d3e28
commit 0fc052efe0
1 changed files with 7 additions and 0 deletions

View File

@ -44,6 +44,13 @@ if __name__ == "__main__":
- [ ] xargs (only prints)
- [x] shell commands (no stderr capture)
- [x] jq via bindings
- [ ] grep
- [ ] head/tail
- [ ] sort
- [ ] basic shell loops
- [ ] shell globs
- [ ] file operations (mv, cp, rm, ls)
- [ ] cat
- [ ] sed
- [ ] trim
- [ ] subshell