about summary refs log tree commit homepage
path: root/t/lei.t
DateCommit message (Expand)
2021-11-10lei q: disallow "\n" in argv[] elements
2021-10-16t/lei*: set EDITOR for dumb terminals
2021-09-19lei config --edit: use controlling terminal
2021-09-13tests: add require_cmd, require curl when needed
2021-09-12lei sucks: allow it to work without SQLite
2021-08-19lei q: make --save the default
2021-04-28lei: avoid close(STD{IN,OUT,ERR}) in oneshot mode
2021-04-22lei import|convert: drop --no-kw aliases
2021-04-13lei q: start wiring up saved search
2021-04-01lei sucks: sub-command to aid bug reporting
2021-03-23lei: support -c <name>=<value> to overrides
2021-03-19lei: disallow "\n" in local externals paths
2021-03-04lei q: import flags when clobbering/augmenting Maildirs
2021-02-23lei: support "-C" to chdir in all sub commands
2021-02-22t/lei*: drop $lei->(...) sub
2021-02-10lei: replace "I:"-prefixed info messages with "#"
2021-02-07lei: remove --mua-cmd alias for --mua
2021-02-07tests: split out lei-daemon.t from lei.t
2021-02-07t/lei-externals: split out into separate test
2021-02-07tests: add test_lei wrapper, split out t/lei-import.t
2021-02-07lei: fix completion of --no-kw / --no-keywords
2021-02-07lei: favor "keywords" over "flags", test --no-kw
2021-02-05lei import: initial implementation
2021-02-04t/lei: skip "lei q" tests on missing dependencies
2021-02-04lei q: support reading queries from stdin
2021-02-04lei add-external: completion for existing URL basenames
2021-02-04lei: propagate curl errors, improve internal consistency
2021-02-03lei: q: shell completion for --(include|exclude|only)
2021-02-03lei q: emit progress and counting via PktOp
2021-01-29lei: complete option switch args
2021-01-26lei q: demangle and quiet curl output
2021-01-26lei: reinstate JSON smsg output deduplication
2021-01-24lei q: honor --no-local to force remote searches
2021-01-24lei add-external: don't allow non-existent directories
2021-01-23lei: support remote externals
2021-01-22lei: forget-external support with canonicalization
2021-01-21lei: dump and clear errors.log in daemon mode
2021-01-21lei: allow more mbox inode types
2021-01-21lei_overview: start implementing format detection
2021-01-21lei: test some likely errors due to misuse
2021-01-21t/lei: fix double-running of socket test with oneshot
2021-01-21lei q: fix augment of compressed mailboxes
2021-01-18lei: q: results output to Maildir and mbox* working
2021-01-15lei: pass FD to CWD via cmsg, use fchdir on server
2021-01-14lei: do not unlink socket path at exit
2021-01-14lei: test SIGPIPE, stop xsearch workers on client abort
2021-01-12lei_xsearch: transfer 4 FDs internally, drop IO::FDPass
2021-01-12cmd_ipc: send FDs with buffer payload
2021-01-12lei query + pagination sorta working
2021-01-06lei: use client env as-is, drop daemon-env command