Alois Mahdal
5dde43e97e
Update MKit to v0.0.8
8 年之前
Alois Mahdal
b601fcc548
Update TFKit to version v0.0.8
8 年之前
Alois Mahdal
35dbe66fbe
Bump version
8 年之前
Alois Mahdal
800ad3cf89
Update according to safer import style
8 年之前
Alois Mahdal
91a55e625b
Update after renaming of ffoo to shellfu
8 年之前
Alois Mahdal
c788547aec
Update MKit to version v0.0.3
8 年之前
Alois Mahdal
3c5cdf4daf
Update TFKit to version v0.0.7
8 年之前
Alois Mahdal
d5497e3ba6
Bump version
9 年之前
Alois Mahdal
a8652e2986
split off bmo: Rebrand a bit
9 年之前
Alois Mahdal
0561811acc
split off bmo: Move moving parts
9 年之前
Alois Mahdal
6e84d62826
split off bmo: Rewrite moving parts
9 年之前
Alois Mahdal
c38aa98d9a
split off bmo: Rewrite non-moving parts
9 年之前
Alois Mahdal
4cb0c465ee
split off bmo: Remove libexec et al
9 年之前
Alois Mahdal
ba7ba6e8d7
Allow leading whitespace for keyword expressions
E.g.: ` bz 1234` should now work the same as `bz 1234`.
9 年之前
Alois Mahdal
9e2ff2f57e
Enable (assume) UTF-8 in saturnin_urimagic
9 年之前
Alois Mahdal
45894d56b7
Move browser list to xuris.ini
9 年之前
Alois Mahdal
805b4cd216
Rename `xuris.browser` key to avoid conflict
9 年之前
Alois Mahdal
b53ad5befb
Move player pausing to hook ('iam.afk')
9 年之前
Alois Mahdal
78fc68abee
Do not debug always
9 年之前
Alois Mahdal
0fff6a81cf
Use (host-local) config for browser instrad of decide_bin abomination
9 年之前
Alois Mahdal
593a8dc09b
Update Mkit to v0.0.2
9 年之前
Alois Mahdal
8a5dd0f421
Make saturnin subcommand more portable
9 年之前
Alois Mahdal
bdf9fa038f
Update TFKit to v0.0.5
9 年之前
Alois Mahdal
a95b417e33
Fix problems introduced by SC zealotry
* dmenu really needs to have the arguments split,
* and uris use cat to enable support for - as STDIN
9 年之前
Alois Mahdal
4adca933c7
Die ASAP if ffoom could not be sourced
9 年之前
Alois Mahdal
43e2bca3a0
Remove get_i3_wsname
Workspace-based choice was not really that useful, so removing to get
rid of jq dependency
9 年之前
Alois Mahdal
6e128ebffd
Apply ShellCheck advice
9 年之前
Alois Mahdal
a59d6491e2
Fix and simplify kw/query code
Old code had problems with trailing space--which did not manifest itself
until now when I tried to use infix query (e.g. 'foo%sbar' would always
result in space after '%s').
Turns out that `read` with multiple variables splits the line just as we
need it with no extra leading/trailing junk.
9 年之前
Alois Mahdal
5f89128723
Fortify against missing parameters
If user does not provide mandatory parameter, `shift 2` will fail but
will not shift anything, resulting in infinite loop.
9 年之前
Alois Mahdal
3d428f5dbc
Update TFkit to v0.0.4
9 年之前
Alois Mahdal
da6c7f6cb6
Update Mkit to v0.0.1
9 年之前
Alois Mahdal
c825d0bbde
Use mkhelp to print help message
9 年之前
Alois Mahdal
afc1849ed2
Update .gitignore for new mkit
9 年之前
Alois Mahdal
f0e25b819a
Update mkit to version from fastfoo 0.7.0+master.gee9d709
9 年之前
Alois Mahdal
00d8bca55f
Move 'uba' to saturnin as new command: xuris
9 年之前
Alois Mahdal
9da376f256
Rename saturnin_common to saturnin_meta
The routines are all basically related to the meta-command functions.
9 年之前
Alois Mahdal
f80dd649d1
Update mkit to version from fastfoo 0.7.0+master.g7e6e358
9 年之前
Alois Mahdal
37d9ce75ab
Update TFKit to version v0.0.3
9 年之前
Alois Mahdal
3c090e3d53
Update TFKit to v0.0.2
9 年之前
Alois Mahdal
6fc6ce31d7
Rename saturnin-www to saturnin-uris
9 年之前
Alois Mahdal
04dfabd117
Move inigrep prefix setting to saturnin-www
9 年之前
Alois Mahdal
c2b98de96a
Pre-pend public routine
9 年之前
Alois Mahdal
1c7528ff0b
Remove excess lines
9 年之前
Alois Mahdal
8e0518916e
Sort alphabetically
9 年之前
Alois Mahdal
e3c8f75b93
merge converters into filters
9 年之前
Alois Mahdal
033b3902a7
Use more convenient routine and file names
Make them shorter but also sortable (ie. 'conv' for converters, 'flt'
for filters.)
9 年之前
Alois Mahdal
949fabac52
Use qualified function names
9 年之前
Alois Mahdal
76ff9bc658
Rename magic URI scanning module
9 年之前
Alois Mahdal
e4c07d4d3c
Remove obsolete tfkit.mk
9 年之前
Alois Mahdal
256d6f51f7
Allow overriding generator, selector and consumer on command line
Allow overriding each of the essential parts at CLI, in which case do
not load them from INI.
9 年之前