index
:
dwarvish.git
anthology
compose
docs
escsq
evryloop
gha
inotify
main
pipes
read
rmerr
signal
a (mostly) posix compliant shell and tiny functional programming language
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
poem
/
anthology
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add back spellcheck
Rory Dudley
2024-06-14
1
-13
/
+16
*
Updated the way built-in commands are called/used
Rory Dudley
2024-06-04
6
-63
/
+238
*
Added the 'which' built-in command
Rory Dudley
2024-05-20
1
-0
/
+61
*
Handle STDERR, in addition to STDOUT
Rory Dudley
2024-05-19
2
-4
/
+2
*
Sort output of 'export' and 'alias'
Rory Dudley
2024-04-11
2
-2
/
+6
*
Capture STDOUT as bytes, and convert to string when necessary
Rory Dudley
2024-04-06
2
-3
/
+3
*
Handle aliases in read()
Rory Dudley
2024-04-04
2
-2
/
+2
*
Add better support for aliases
Rory Dudley
2024-04-04
2
-12
/
+22
*
Add docstring comments to all the anthology functions
Rory Dudley
2024-03-31
5
-0
/
+68
*
Replace env!("HOME") with env::var("HOME")
Rory Dudley
2024-03-30
1
-1
/
+8
*
Add the 'unset' built-in command
Rory Dudley
2024-03-30
1
-0
/
+15
*
Add the 'alias' built-in command
Rory Dudley
2024-03-30
1
-0
/
+47
*
Add wrapper for global shell environment
Rory Dudley
2024-03-30
1
-2
/
+3
*
Remove hard-coded PATH
Rory Dudley
2024-03-28
1
-4
/
+3
*
The anthology module
Rory Dudley
2024-03-28
4
-0
/
+94