<- Back to shtanton's homepage
index
:
stred go
main
Prototype Go implementation of stred
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
main
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add ^xyz^ as a shorthand for ="xyz"= in subex
Charlie Stanton
2023-04-21
1
-1
/
+1
*
Adds some shorthands for substituting the beginning and end of the path register
Charlie Stanton
2023-04-20
2
-16
/
+53
*
Replaces the inflexible delete all with separate DeleteValue and DeletePath c...
Charlie Stanton
2023-04-20
2
-4
/
+10
*
Add a shorthand for subexes that start and end with `, ~, = or "
Charlie Stanton
2023-04-20
1
-1
/
+7
*
Adds a substitute path command: S
Charlie Stanton
2023-04-20
3
-52
/
+44
*
Remove filters and various commands that are no longer wanted
Charlie Stanton
2023-04-20
6
-720
/
+4
*
Remove the need for a semicolon after each command
Charlie Stanton
2023-04-20
2
-11
/
+3
*
Add commands to append to and swap with the path and X registers
Charlie Stanton
2023-04-20
2
-1
/
+33
*
Adds the noop command 'o'
Charlie Stanton
2023-04-19
1
-0
/
+2
*
Upgrades the substitute command to also act as a filter
Charlie Stanton
2023-04-19
2
-4
/
+20
*
Implements subex substitutions for the value register
Charlie Stanton
2023-04-19
1
-1
/
+17
*
Replaces the workspace with 3 distinct registers: path, value and xreg
Charlie Stanton
2023-04-19
2
-28
/
+34
*
Adds parsing substitute commands, though executing them currently does nothing
Charlie Stanton
2023-04-19
4
-5
/
+58
*
Modify subex to take JSON split into "data"
Charlie Stanton
2023-02-22
1
-13
/
+1
*
Move JSON serialising, deserialising and walking code into a separate package
Charlie Stanton
2023-02-19
6
-381
/
+80
*
Removes obsolete subex code from main/main.go
Charlie Stanton
2023-02-19
1
-580
/
+0
*
Introduces subex processing
Charlie Stanton
2023-02-19
1
-4
/
+5
*
Adds the or operator |
Charlie Stanton
2022-09-21
1
-2
/
+34
*
Implements the first version of subex
Charlie Stanton
2022-09-21
1
-0
/
+564
*
Adds some new commands
Charlie Stanton
2022-09-21
4
-16
/
+309
*
Adds new filters
Charlie Stanton
2022-08-27
3
-41
/
+87
*
Adds a bunch of new path pattern features
Charlie Stanton
2022-08-26
4
-44
/
+101
*
Refactors some stuff and adds lexing and parsing
Charlie Stanton
2022-08-26
8
-123
/
+593
*
Initial commit
Charlie Stanton
2022-08-23
5
-0
/
+588