Alois Mahdal
37d5465b78
Replace '+pya' with a bit smarter app class
2 years ago
Alois Mahdal
16b0c57214
Add tiny amount of boilerplate to '+py3'
2 years ago
Alois Mahdal
c56b2366bc
Add spaces between formats to help distinguish and skip
2 years ago
Alois Mahdal
7311f2e42e
Add support for +sed format (sed -f)
2 years ago
Alois Mahdal
3565ee60f7
Enforce use of python3 when doing computations
2 years ago
Alois Mahdal
f85becba99
Add timestamps to logs
2 years ago
Alois Mahdal
3d339ede0e
Drop extraneous today's date URI element
3 years ago
Alois Mahdal
4903a49feb
Drop `which` in favor of the more standard `command -v`
3 years ago
Alois Mahdal
1cc61972fd
Add support for float currency values
3 years ago
Alois Mahdal
dd03791894
Allow supplying own config
Ideal for servers in contained environments where writing to $HOME would
not be not considered polite.
4 years ago
Alois Mahdal
8cb014ec81
Add support for channels
4 years ago
Alois Mahdal
645885eb2a
Extend usage message with info on config and logging
4 years ago
Alois Mahdal
6be399fb61
Add mdvimb Markdown/vimb previewer
5 years ago
Alois Mahdal
2b96e2d4da
Add grep to fix missing newline
6 years ago
Alois Mahdal
73f7b9178a
Simplify control flow ("return is the best if")
6 years ago
Alois Mahdal
d97f34d4a2
Remove double initialization
6 years ago
Alois Mahdal
713db80162
Don't stop on first empty line
6 years ago
Alois Mahdal
a5ada53506
Pass $Url to dissect(), in line with Shellfu coding style
6 years ago
Alois Mahdal
70486bd21e
Use cleaner integer bump syntax
6 years ago
Alois Mahdal
f4c9cb7593
Prefer single-quotes where \n is used
6 years ago
Alois Mahdal
ae5cb3c414
Don't interpret escape sequences in Bash `read`
6 years ago
Alois Mahdal
e974d5c7f4
Wrap main code into main() to avoid globals
6 years ago
Alois Mahdal
d5a7a0e657
Update README after bin/mkx change 97ae354
6 years ago
Alois Mahdal
6e0c8c3d57
Add bin/hterrs HTTP site checker
6 years ago
Alois Mahdal
97ae354df1
Switch FILE an TEMPLATE arguments
With readline's C-., it's convenient to have the name of the new target
be always the last argument.
New syntax follows this convention and still makes the TEMPLATE optional
by using the plus sign as template name decorator.
The effect of the plus-sign use means that having some template names
already starting with plus would bring silly syntax with double-plus
sign. Having two types of templates is not really all that meaningful
so let's solve that by merely removing `+` from the names and using it
merely in its decorator sense.
6 years ago
Alois Mahdal
66e29e7c2f
Fix typo
6 years ago
Alois Mahdal
12b4849ff9
Use newer mkusage syntax and usage() convention
6 years ago
Alois Mahdal
ede1e3e97a
Use arguments to enable debug and verbosity in Shellfu template
6 years ago
Alois Mahdal
cfdc288ff7
Mute unavoidable but safe ShellCheck SC1090
6 years ago
Alois Mahdal
09984ae9f1
Update description in README.md
7 years ago
Alois Mahdal
5c47c5a944
Add overduer, TaskWarrior re-scheduling wrapper
7 years ago
Alois Mahdal
ac1c901c7e
Update scripts for Shellfu v0.10+
7 years ago
Alois Mahdal
409a21c935
Replace mkexec with mkx (simpler, better...)
7 years ago
Alois Mahdal
350dec8086
Add czkrates, a shellfu script to get CZK rates
7 years ago
Alois Mahdal
e629c0115d
Update e-mail address
7 years ago
Alois Mahdal
a8d1d5c195
Mute well-known ShellCheck warning
7 years ago
Alois Mahdal
32ffb47657
Add function docstrings
7 years ago
Alois Mahdal
bb42c44988
Add variable docstrings
7 years ago
Alois Mahdal
79947d9b36
Separate declaration from initialization
7 years ago
Alois Mahdal
35e104843e
Add proper quoting
7 years ago
Alois Mahdal
257097e88c
Use read builtin safely
7 years ago
Alois Mahdal
463f585235
Update for shellfu v0.9.*
8 years ago
Alois Mahdal
5affd21615
Fix typo
8 years ago
Alois Mahdal
6c1adc7cd8
Add docstring to local variables
8 years ago
Alois Mahdal
ff95c9f9f8
Add shellfu template
8 years ago
Alois Mahdal
6c42fdb713
Add commas to ease extending homogenous
8 years ago
Alois Mahdal
9d0f4144f5
Add SSL fingerprint check utility
8 years ago
Alois Mahdal
d7af9a2566
Fix parameter matching
The original regexes would match inside other arguments;
Eg.
mkexec foo-foo
would match as if -f was presented.
8 years ago
Alois Mahdal
f52c1baa2a
Parametrize maximum line numbers and line length
9 years ago
Alois Mahdal
436009dc71
Move file reading outside limit function
Makes it easier to see explicitly how date is obtained.
As a bous, it will be also easier to parametrize limits.
9 years ago