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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Capture STDOUT as bytes, and convert to string when necessary
Rory Dudley
2024-04-06
6
-49
/
+77
*
Handle aliases in read()
Rory Dudley
2024-04-04
5
-41
/
+54
*
Add better support for aliases
Rory Dudley
2024-04-04
4
-29
/
+50
*
Document aliases in the docstring for lookup()
Rory Dudley
2024-03-31
1
-0
/
+4
*
Add docstring comments to all the anthology functions
Rory Dudley
2024-03-31
6
-1
/
+85
*
Don't interpret environment variables in single quoted strings
compose
Rory Dudley
2024-03-31
2
-0
/
+9
*
Replace env!("HOME") with env::var("HOME")
Rory Dudley
2024-03-30
1
-1
/
+8
*
Better comments in recite()
Rory Dudley
2024-03-30
1
-5
/
+9
*
Fix a subtle bug when running interal poems
Rory Dudley
2024-03-30
1
-3
/
+6
*
Add the 'unset' built-in command
Rory Dudley
2024-03-30
2
-1
/
+19
*
Add the 'alias' built-in command
Rory Dudley
2024-03-30
3
-10
/
+76
*
Fix the build
Rory Dudley
2024-03-30
1
-0
/
+1
*
Add wrapper for global shell environment
Rory Dudley
2024-03-30
3
-11
/
+13
*
Remove hard-coded PATH
Rory Dudley
2024-03-28
3
-49
/
+11
*
The anthology module
Rory Dudley
2024-03-28
6
-57
/
+189
*
Add comments (`#`) to the parser
Rory Dudley
2024-03-28
3
-2
/
+24
*
Rename prefresh()
Rory Dudley
2024-03-26
1
-2
/
+2
*
Remove defunct code from read() and recite()
Rory Dudley
2024-03-24
2
-27
/
+0
*
Documentation for incant_
Rory Dudley
2024-03-24
1
-0
/
+1
*
read() and recite() overhaul
Rory Dudley
2024-03-23
9
-0
/
+1223