index
:
uritools.git
master
oh. um. command-line uri manpulation utilities, tuff like uricut, urimatch, uricmp, uristart, uriprintf, bunch of handy tools.
epoch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
urigetline now uses malloc()d space for its struct uri
epoch
2022-09-02
1
-11
/
+18
*
even less lines
epoch
2022-08-19
1
-2
/
+1
*
didn't actually need a goto. found a way to do it with one less line anyway
epoch
2022-08-19
1
-2
/
+1
*
Merge branch 'master' of ssh://git.thebackupbox.net/uritools
epoch
2022-08-19
1
-3
/
+2
|
\
|
*
fix a trailing space on dns titles
epoch
2022-08-19
1
-3
/
+2
*
|
added the ability to use blank match lines to match anything
epoch
2022-08-19
1
-0
/
+2
*
|
limit a prompt to 64 characters
epoch
2022-08-19
1
-1
/
+8
|
/
*
previously did not include rfc-list because it pulls from my gopher server. o...
epoch
2022-08-03
1
-0
/
+5
*
moved stuff from urilaunch to urilist
epoch
2022-06-30
2
-13
/
+11
*
added ability to set the colors for choose's dmenu from X resources
epoch
2022-05-25
1
-1
/
+9
*
added ability to convert file: URIs for cached wikipedia articles back into h...
epoch
2022-02-24
1
-0
/
+1
*
switched from using $1 in multiple spots to using $uri. set the teminal's tit...
epoch
2022-02-24
1
-6
/
+9
*
xwindowURI now lives in xtools repo
epoch
2022-02-24
2
-36
/
+2
*
added checks in choose to see if dmenu and pmenu are installed
epoch
2022-02-17
1
-2
/
+10
*
forgot to dep on sqesc
epoch
2022-02-17
1
-1
/
+1
*
copy_start_nevermind got a "split" option. added rfc-search to install target...
epoch
2022-02-17
3
-1
/
+12
*
added a script to help me find RFCs
epoch
2022-02-17
1
-0
/
+5
*
added better config line parsing. a -v for verbose. and debug messages for he...
epoch
2022-02-02
1
-5
/
+16
*
wikipedia search handler added and normal handler updated
epoch
2022-02-01
3
-2
/
+23
*
wikipedia-handler
epoch
2022-02-01
3
-0
/
+21
*
choose now uses pmenu if DISPLAY is unset
epoch
2022-01-21
1
-1
/
+1
*
Merge branch 'master' of ssh://git.thebackupbox.net/uritools
epoch
2022-01-21
1
-3
/
+11
|
\
|
*
Merge branch 'master' of ssh://git.thebackupbox.net/uritools
epoch
2022-01-19
1
-3
/
+16
|
|
\
|
*
|
made QR choice output uri too. added QR-image choice to output to a file and ...
epoch
2022-01-19
1
-3
/
+11
*
|
|
removed the share/urn stuff. that lives in a repo named "data". uri title now...
epoch
2022-01-21
5
-48
/
+40
|
|
/
|
/
|
*
|
Merge branch 'master' of ssh://git.thebackupbox.net/uritools
epoch
2021-12-03
3
-11
/
+18
|
\
|
|
*
added ability to split config file into a handful of smaller files and made t...
epoch
2021-11-14
3
-11
/
+18
*
|
dns URIs can now use the "class" param and added file URI support that output...
epoch
2021-12-03
1
-3
/
+16
|
/
*
added proper default breaks to the end of switches
epoch
2021-11-14
1
-1
/
+2
*
rule needs to be signed char because raspi defaults char to unsigned so...
epoch
2021-11-14
1
-2
/
+2
*
gitignore now has urimatchpairs too
epoch
2021-11-14
1
-0
/
+1
*
put an IRI matching regex in a perl script if you're interested in matching t...
epoch
2021-11-14
1
-0
/
+8
*
sqesc is now being used in uristart
epoch
2021-11-14
1
-2
/
+2
*
urimatch got an extra check to bail for inappropriate match pattern
epoch
2021-11-14
1
-1
/
+7
*
xclip sometimes outputs an error if there is nothing to use in the buffer. nu...
epoch
2021-11-14
1
-2
/
+6
*
uristart now asks you if there are multiple matches which one you want to use
epoch
2021-11-14
1
-5
/
+16
*
ssh_hack was failing if there were no query string
epoch
2021-11-14
1
-3
/
+6
*
Makefile got some new things added to the install and build requirements
epoch
2021-11-14
3
-1
/
+6
*
urimatchpairs is new, urigetline got rewritten in C and WEW is it fast now. c...
epoch
2021-11-14
4
-29
/
+201
*
choose has a default prompt if it is missing of $0. copy_start_nevermind.sh n...
epoch
2021-11-14
2
-2
/
+13
*
Merge branch 'master' of ssh://git.thebackupbox.net/uritools
epoch
2021-10-30
14
-50
/
+328
|
\
|
*
urnresolve now resolves the made-up urn:phrack
epoch
2021-10-30
1
-0
/
+10
|
*
meh. lost steam while writing the README. code comments ftw.
epoch
2021-10-25
1
-11
/
+34
|
*
auto-convert urn:btih to magnets using an external script on it... not sure w...
epoch
2021-10-25
1
-0
/
+4
|
*
escape the single quotes from the env vars that get exported. stuff with x-fa...
epoch
2021-10-25
1
-1
/
+3
|
*
added a program to act as a generic "search" key-combo handler. just launches...
epoch
2021-10-25
1
-1
/
+5
|
*
added a program to generate a URI based on currently open X11 window data, th...
epoch
2021-10-25
2
-2
/
+39
|
*
added a program to convert a string with single-quotes into a shell-escaped v...
epoch
2021-10-25
3
-0
/
+46
|
*
added reverse match, used defines for match modes, fixed a argument parsing b...
epoch
2021-10-25
1
-30
/
+45
|
*
prompt was empty if URL was short enough.
epoch
2021-10-20
1
-2
/
+33
[next]