add more possible todos
This commit is contained in:
parent
750c8d3e28
commit
0fc052efe0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue