Tijeras

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 most recent check-ins

2024-05-04
08:07
preverse original line when sorting nested selector Leaf check-in: 1711eddb75 user: brau tags: trunk
07:41
dont noop-optimize when sorting (we actually need the columns even if not selecting any of them) check-in: e09f770de7 user: brau tags: trunk
2024-04-28
02:59
briefly document --no-opt flag check-in: dc1e4afe30 user: brau tags: trunk
02:28
factorize aggresive option optimizations (on by default) and support disabling them (for testing purposes only) check-in: dce452b903 user: brau tags: trunk
02:22
--run can not be empty check-in: 9675c06264 user: brau tags: trunk
2024-04-25
18:06
compile RUN expressions resulting in consistent lower execution times by 20% check-in: 6a99580051 user: brau tags: trunk
08:21
RESULT pseudo-variable was missing from --help text check-in: 6d029fb9c5 user: brau tags: trunk
07:59
revamp RUN api with an interactive shell() check-in: 96b178795d user: brau tags: trunk
06:31
emit(...) only works in RUN mode. Also support call with no arguments check-in: 92b9e196b7 user: brau tags: trunk
05:06
remove useless trace check-in: f474f5bbc5 user: brau tags: trunk
05:01
disable no_delim optimizations once again because it breaks new --run semantics. This is a work in progress to simplify codebase until optimizations come back again check-in: b7553347a7 user: brau tags: trunk
04:17
return F(a,b) as a concatenated string check-in: 3ab7aa034d user: brau tags: trunk
04:04
F(...) api call was semantically flawed. This commit is an attempt to fix. It implies --run and -f flags are mutually exclusive check-in: 2b79196348 user: brau tags: trunk
2024-04-24
18:10
improve doc check-in: 400b8f2cdb user: brau tags: trunk
16:11
-L flag support ~n and ~t check-in: 6085e62ee2 user: brau tags: trunk
16:10
improve documentation new flag -? check-in: f67d1f279a user: brau tags: trunk
2024-04-21
06:23
remove --none in favour of discard api function check-in: f79ac800fe user: brau tags: trunk
2024-04-20
20:07
new --sort size (shortcut mode) Leaf check-in: 96f3b1600f user: brau tags: sort
19:46
sort: ignore columns that would IndexError. Show a warning instead check-in: 0db7efb879 user: brau tags: sort
11:32
fix --limit and --skip recursion error on tijeras.bundle check-in: 91ed3cf003 user: brau tags: sort
11:01
trivial doc check-in: af9800795c user: brau tags: sort
2024-04-13
08:29
implement 'units' sort mode check-in: e62c7f2f8d user: brau tags: sort
08:02
document --min/--max with an example check-in: e1e107082b user: brau tags: sort
03:29
missing import check-in: 157d568caa user: brau tags: sort
03:20
implement 'ext' based on smart mode according to the documentation check-in: c8a35e82bb user: brau tags: sort
01:03
forgot to add sort.py module. Also fix that --min/--max were apparently broken... check-in: 9c437ae52d user: brau tags: sort
2024-04-12
23:45
move sort functionality to its own module. Update MakeStandalone script too check-in: ebc274bbd4 user: brau tags: sort
18:15
preliminary implementation of --sort ext check-in: 0eb391d475 user: brau tags: sort
17:21
polish new sort modes documentations check-in: 7a9981003c user: brau tags: sort
12:26
add placeholder code for new sort modes 'ext' and 'units' check-in: 8ffa620a76 user: brau tags: sort
2024-04-11
09:28
polish documentation Leaf check-in: 9ac1ed867f user: brau tags: trunk
09:25
fix 'enumerate' script (-- flag not recognized anymore ) check-in: 90b8cbf2e4 user: brau tags: trunk
09:24
recognize --none in nested selectors check-in: 4dfb85a05c user: brau tags: trunk
2024-04-07
21:27
new discard() API call check-in: 6d7b24df6d user: brau tags: trunk
21:05
new flag --none check-in: 45d177fccc user: brau tags: trunk
15:46
--skip was broken check-in: c077317789 user: brau tags: trunk
13:51
oops... check-in: 77f2e1ff9c user: brau tags: trunk
13:46
polish documentation check-in: a2b12651c2 user: brau tags: trunk
13:45
inverted range selector was broken. Also add a couple of incompatible flags check check-in: b900e068f7 user: brau tags: trunk
10:08
strip comments aggressively Leaf check-in: 54aca24018 user: brau tags: bundle
2024-04-03
05:57
modular tijeras passes help text through pipe too check-in: 0e4fdee344 user: brau tags: bundle
05:46
inline help texts into the standalone script check-in: 89f181e45d user: brau tags: bundle
2024-04-02
04:02
add utilitarian script to generate a bundle of all modules in one single file check-in: 3d004e1611 user: brau tags: bundle
03:57
be more precise where 'abort()' API function is not recommended Leaf check-in: 8fc5766731 user: brau tags: trunk
2024-04-01
00:50
implement hygienic string formatting (-p and -f/) check-in: 82232ef729 user: brau tags: trunk
2024-03-26
15:22
help: reorder flags for clarity check-in: 2f6b117a69 user: brau tags: trunk
14:26
sorting examples use numeric sort mode check-in: 8caf9999e4 user: brau tags: trunk
2024-03-22
18:44
merge check-in: a2cdface48 user: brau tags: trunk
18:43
fix partition_right forgot swap escape character back check-in: edd1b94c0b user: brau tags: trunk
2024-03-21
20:22
nested --header processing was silently broken check-in: 9e9670a96e user: brau tags: trunk