Skip to content

Commit

Permalink
counting
Browse files Browse the repository at this point in the history
  • Loading branch information
GrayHatter committed Sep 9, 2023
1 parent d6c9d6f commit c272278
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ You probably don't want to use this yet, but it's my current default shell (what
could go wrong) so it might work for you if you're brave enough. I suspect you
need `zig version` `0.11.0` or better to compile.

Current technological breakthrough => "fire"
Current technological breakthrough => "counting"

Hash is a slightly different take on your shell. It's closer to a user agent
than you standard POSIX shell. It's less of an instance, of a shell, and much
Expand Down Expand Up @@ -55,7 +55,7 @@ or `zig build -p /usr/` if you're brave enough to install into /usr/bin/hsh
- [x] subdirs
- [x] basic fuzzy search
- [ ] narrow fuzzy search
- [ ] ~, and glob
- [x] ~, and glob
- [ ] the rest?
- [x] history
- [ ] advanced history
Expand All @@ -82,7 +82,7 @@ or `zig build -p /usr/` if you're brave enough to install into /usr/bin/hsh
- [x] echo
- [ ] eval
- [ ] exec
- [ ] exit
- [x] exit
- [ ] export
- [ ] fg
- [x] jobs
Expand All @@ -102,6 +102,12 @@ or `zig build -p /usr/` if you're brave enough to install into /usr/bin/hsh
- [ ] enumerated globs (name.{ext,exe,md,txt})
- [ ] script support?
- [ ] logic (if, else, elif, case)
- [x] if
- [x] elif
- [x] else
- [ ] while
- [ ] for
- [ ] case
- [ ] loops (for, while)
- [ ] env
- [ ] real path support
Expand Down

0 comments on commit c272278

Please sign in to comment.