Alois Mahdal
0e5cacf22a
Remove irrelevant sub-command `revert`
Conventional virsh wrapper -- not desktop-related.
9 years ago
Alois Mahdal
d2eef199be
Bump version
9 years ago
Alois Mahdal
a0d7664f08
Implement support for sub-command hooks
Add section like this to hook.ini:
[hook.mycomm]
pre = echo $SATURNIN_SUBCOMMAND will run soon
pre = echo $SATURNIN_SUBCOMMAND is almost running
post = echo $SATURNIN_SUBCOMMAND has finished now
9 years ago
Alois Mahdal
dfd3810eee
Move saturnin-conf to built-in
9 years ago
Alois Mahdal
8470af0975
Improve subcommand listing for help string
9 years ago
Alois Mahdal
a3216edab4
Quote subcommand on input
9 years ago
Alois Mahdal
f9af1886a6
Fix debugging of arg list
"@" breaks the string to several arguments, which is not what we want
here
9 years ago
Alois Mahdal
269a1590ae
Bump version
9 years ago
Alois Mahdal
20fb50dd2c
Move keyboard layout control to saturnin-kb
An improved version of previous code
9 years ago
Alois Mahdal
6a6a9770d5
Move volume control to separate subcommand
9 years ago
Alois Mahdal
9eb2797a45
Update to Fastfoo API v0.7.0
9 years ago
Alois Mahdal
72fc86ca1d
Remove daemon management
Better left to init system or desktop manager or hooks
9 years ago
Alois Mahdal
cbf9b0a183
Bump version
9 years ago
Alois Mahdal
df4bb90fc7
Guard against spaces in paths
9 years ago
Alois Mahdal
b00f3d11eb
Debug also src
9 years ago
Alois Mahdal
62a557c5d0
Use ln's feature for relative path
9 years ago
Alois Mahdal
3c77f4d31c
Remove "--force" feature-dud
Seems like it was never realized (saturnin-ln would always remove the
target first)
9 years ago
Alois Mahdal
4d9d756954
Replace Fastfoo's misc.expand_tilde with own
... as it's going away from Fastfoo pretty soon.
9 years ago
Alois Mahdal
4110189311
Use "$PWD" as source by default
9 years ago
Alois Mahdal
c9214446e1
Remove the prefix option; pick name from PWD
Too complicated and little useful
9 years ago
Alois Mahdal
509d45219c
Remove excess debugging command
9 years ago
Alois Mahdal
b93cac83d7
Make saturnin-ln more "helpful" on bad syntax
9 years ago
Alois Mahdal
3e6f602a14
Update tfkit.mk
9 years ago
Alois Mahdal
db13e2c3f9
Use upstream repo and nested workdir layout for tfkit
9 years ago
Alois Mahdal
707d289e37
Add test suite stub
9 years ago
Alois Mahdal
11795a18f5
Add tfkit copy (4272a3c)
9 years ago
Alois Mahdal
f31a28509b
Add support for printing simple SemVer version number
9 years ago
Alois Mahdal
3aefae91fa
Pre-declare and explain local variables
9 years ago
Alois Mahdal
015d5cfdca
Do not convert output URI to lowercase
Preserve lowercase matching in query mode (not in bookmark mode).
9 years ago
Alois Mahdal
79efaa4667
Bump version
9 years ago
Alois Mahdal
9026c82120
Use join strategy when pulling a bookmark
9 years ago
Alois Mahdal
00bfb82799
Use canonical names for globals
9 years ago
Alois Mahdal
8e11223246
Exit properly if importing ffoo.sh fails
9 years ago
Alois Mahdal
9052f30d23
Update mkit from fastfoo v0.6.3
9 years ago
Alois Mahdal
331a842000
Remove obsolete item form dist definition
9 years ago
Alois Mahdal
ff6a005621
Bump version
9 years ago
Alois Mahdal
bd9504e4d2
Add support for tags, e. g. "bug1234"
9 years ago
Alois Mahdal
79bc246e3f
Use pretty for debugging
9 years ago
Alois Mahdal
eabe06cbab
Add usage() fallback for saturnin www
9 years ago
Alois Mahdal
5013f1176c
Add note on kw expressions' need to be starting the line
9 years ago
Alois Mahdal
9621cdbf14
Fix spelling error
9 years ago
Alois Mahdal
2ec1ce744d
Remove unnecessaty cats
9 years ago
Alois Mahdal
345758dd1c
Add docstrings for volume functions
9 years ago
Alois Mahdal
201f83c732
Add support for pre/post hooks
9 years ago
Alois Mahdal
24111d6a6f
Add notes on X selections (AKA clipboards)
9 years ago
Alois Mahdal
38f022b278
Use a bit more intuitive symbols for X selections
9 years ago
Alois Mahdal
11764e1d5a
Set default delimiter to space
Since `delim` is not empty by default, this also requires to change
logic for determinig if the split will be done--now it's true if any
of --split or --split-field have been provided.
9 years ago
Alois Mahdal
af62599414
Add support for specifying split field
9 years ago
Alois Mahdal
809a36b18a
Bump version
9 years ago
Alois Mahdal
703e3ef778
Remove deprecated (and never done) movimg mode
9 years ago