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
6e128ebffd
Apply ShellCheck advice
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
a1d856c956
Avoid using multi-line values for style items
9 лет назад
Alois Mahdal
3d7aab77f2
Port to ffoo v0.8: usage_is renamed
10 лет назад
Alois Mahdal
47bfddf9f3
Port to ffoo v0.8: config.sh renamed
10 лет назад
Alois Mahdal
09a0a735c9
Use inigrep directly inside saturnin
... turns out it's faster (surprise! ;))
10 лет назад
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.
10 лет назад
Alois Mahdal
af62599414
Add support for specifying split field
10 лет назад
Alois Mahdal
93775a243e
Use mkit from fastfoo for installation
10 лет назад
Alois Mahdal
b1a5feac63
Add more debug
10 лет назад
Alois Mahdal
ce3b94268c
Update to ffoo 0.4.0
10 лет назад
Alois Mahdal
b553865810
Update with new fastfoo
10 лет назад
Alois Mahdal
15f5538ed1
Get rid of "ini" notation
10 лет назад
Alois Mahdal
db545c4825
Move sub-commands to libexec
Move cub-command to libexec path to prevent calling them directly,
allowing for better control of environment.
10 лет назад
Alois Mahdal
ddc0c9d367
Use meta-command everywhere
10 лет назад
Alois Mahdal
d7e7b6e80d
Rename project to Saturnin
10 лет назад
Alois Mahdal
38bcc6bedf
Rename to target name
10 лет назад
Alois Mahdal
6a8ddec5a0
Use eeini instead of ini.iniread directly
Avoids need to replace __EECC_INI__PATH
10 лет назад
Alois Mahdal
2baa4b1afa
Use own global variable name
10 лет назад
Alois Mahdal
231ac42280
Use case-insensitive search
10 лет назад
Alois Mahdal
a09fb34d5d
Remove obsolete variable
10 лет назад
Alois Mahdal
0f09f0567b
Add some debugging
10 лет назад
Alois Mahdal
9632463dd9
Fix typo when loading fonts
10 лет назад
Alois Mahdal
a29deefe38
Use safer way to compose $style
10 лет назад
Alois Mahdal
0526b5a7d7
Force case-insensitive lookup
10 лет назад
Alois Mahdal
669eef8078
Allow passing arguments down to dmenu
10 лет назад
Alois Mahdal
3312ab6ece
Revamp eedmenu to be more flexible
eedmenu now does not use special parameter for ini reading. INI can be
used but we expect user to send it on STDIN (probably using eeini) just
as any other (delimited) file.
10 лет назад
Alois Mahdal
3352ebb062
Add new tool: eedmenu, a eecc-enabled dmenu wrapper
A dmenu wrapper to leverage inireader for easier work with style
configuration and to compose key/value based menus.
10 лет назад