index
:
dwarvish.git
anthology
compose
docs
escsq
evryloop
gha
inotify
main
pipes
read
rmerr
signal
titles
a (mostly) posix compliant shell and tiny functional programming language
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a Makefile
HEAD
main
Rory Dudley
35 hours
1
-0
/
+29
*
Escape some common special characters
Rory Dudley
2025-01-06
1
-1
/
+1
*
Only ignore double slashes after comp was initiated
Rory Dudley
2024-12-17
1
-2
/
+1
*
Update left + right arrow keys, backspace with width fix
Rory Dudley
2024-12-16
1
-51
/
+62
*
Workaround for faulty unicode_width values
Rory Dudley
2024-12-16
1
-7
/
+42
*
More buffer bug fixes
Rory Dudley
2024-12-13
1
-3
/
+13
*
Rewrite of the buffer code + proper UTF-8 support
Rory Dudley
2024-12-12
5
-317
/
+538
*
Fix Tab/Shift+Tab autocomplete behavior
Rory Dudley
2024-09-30
1
-32
/
+57
*
Add backslashes to words with spaces in autocomplete()
Rory Dudley
2024-09-30
1
-1
/
+11
*
Don't panic if autcomplete() fails
Rory Dudley
2024-09-30
1
-45
/
+4
*
Expand filepath autocomplete
Rory Dudley
2024-09-30
1
-15
/
+134
*
Add autocomplete
Rory Dudley
2024-09-30
3
-16
/
+193
*
Fixed a bug introduced with termios
Rory Dudley
2024-09-30
1
-5
/
+9
*
Slight refactor of getchar() and more handling for getline()
Rory Dudley
2024-09-30
2
-33
/
+129
*
Keep track of position in getline()
Rory Dudley
2024-09-30
1
-0
/
+10
*
Replace io::stdin().read_line() with custom function
Rory Dudley
2024-09-30
4
-12
/
+97
*
Add support for inline environment variables
Rory Dudley
2024-09-28
3
-1
/
+40
*
Refactor Verse::clause()
Rory Dudley
2024-09-02
4
-16
/
+14
*
Allow escaping characters
Rory Dudley
2024-09-02
3
-0
/
+29
*
Ignore patch files
Rory Dudley
2024-08-10
1
-0
/
+1
*
Fix rc logic
Rory Dudley
2024-08-09
1
-1
/
+1
*
Split OS-specific run commands into a different file
Rory Dudley
2024-08-09
2
-6
/
+7
*
Better handling for run command files
Rory Dudley
2024-08-09
1
-49
/
+56
*
Add metadata to Cargo.toml
Rory Dudley
2024-07-20
2
-1
/
+4
*
Change how build environment variable is set
Rory Dudley
2024-07-20
1
-1
/
+1
*
Alpha Release 1 (v0.0.1)
v0.0.1
Rory Dudley
2024-07-18
1
-1
/
+1
*
Add an open source license
Rory Dudley
2024-07-16
2
-1
/
+29
*
Display less characters from the commit hash
Rory Dudley
2024-07-16
1
-1
/
+1
*
Allow passing a filename to dwvsh
Rory Dudley
2024-07-08
1
-2
/
+29
*
Fix a bug with channels
Rory Dudley
2024-07-08
1
-2
/
+8
*
Option parsing and version
Rory Dudley
2024-07-03
2
-0
/
+33
*
Fix a bug with environment variables in the shell
Rory Dudley
2024-07-03
1
-1
/
+1
*
Docs job for Github workflows
anthology
Rory Dudley
2024-06-30
1
-0
/
+18
*
Add/update doc comments
Rory Dudley
2024-06-30
16
-160
/
+351
*
Fix capturing output for internal poems
Rory Dudley
2024-06-21
3
-1
/
+14
*
Add back spellcheck
Rory Dudley
2024-06-14
4
-88
/
+64
*
Updated the way built-in commands are called/used
Rory Dudley
2024-06-04
12
-314
/
+650
*
Added the 'which' built-in command
Rory Dudley
2024-05-20
2
-2
/
+65
*
Update the return value of Verse::spellcheck()
Rory Dudley
2024-05-20
2
-14
/
+15
*
Alias grep to always use color
Rory Dudley
2024-05-20
1
-0
/
+3
*
Added doc comments for Poem::recite()
Rory Dudley
2024-05-20
1
-0
/
+8
*
Updated/added doc comments for the Verse element
Rory Dudley
2024-05-20
1
-4
/
+61
*
Update doc comments for Runes
Rory Dudley
2024-05-20
1
-0
/
+4
*
Update doc comments for Poem::read functions
Rory Dudley
2024-05-20
1
-3
/
+16
*
Add doc comments for the Environment struct
Rory Dudley
2024-05-20
1
-0
/
+25
*
Allow aliases with the same name as their verb
Rory Dudley
2024-05-20
4
-44
/
+56
*
Don't clear 'out' unconditionally
Rory Dudley
2024-05-20
2
-2
/
+3
*
Handle STDERR, in addition to STDOUT
Rory Dudley
2024-05-19
11
-563
/
+566
*
Remove into_iter() for Chars in new next() function
Rory Dudley
2024-05-17
1
-1
/
+1
*
Rewrite of the next! macro
Rory Dudley
2024-05-17
2
-14
/
+38
[next]