summaryrefslogtreecommitdiff
path: root/lesana/command.py
Commit message (Collapse)AuthorAge
* Add support for search_aliases in the settings file.Elena ``of Valhalla'' Grandi2021-12-24
| | | | Refs: https://todo.sr.ht/~valhalla/lesana/11
* Remove unused variableElena ``of Valhalla'' Grandi2021-12-23
|
* Add support for bash autocompletion via argcomplete, if installed.Elena ``of Valhalla'' Grandi2021-12-23
|
* Add a method to create an entry from a rendered templateElena ``of Valhalla'' Grandi2021-09-16
|
* pep8 fixesElena ``of Valhalla'' Grandi2021-08-12
|
* Per-module logger, add cli switch to log debugfabrixxm2021-08-12
| | | | | | | | | when using lesana as a library, having a per-module logger is better instead of logging everything in root. When `lesana` cli command is used, logger is configured to print simple logline and loglevel is set to INFO, unless user pass the option `-v` or `--verbose` which sets the level to DEBUG
* Use the full docstring as the description for subparsersElena ``of Valhalla'' Grandi2021-04-10
|
* Add description to subparsersfabrixxm2021-04-10
|
* Use "*" as the default search query.Elena ``of Valhalla'' Grandi2021-03-25
|
* New command: get-valuesElena ``of Valhalla'' Grandi2021-03-25
|
* Start writing some tests for the command line classesElena ``of Valhalla'' Grandi2021-03-24
|
* Improved error message when exporting dataElena ``of Valhalla'' Grandi2021-03-02
|
* Flake8 fixElena ``of Valhalla'' Grandi2021-02-12
|
* Fixes searches when default_sort isn't present. #9Elena ``of Valhalla'' Grandi2021-02-12
|
* Fix calling .auto() before editing an entry. refs: #8Elena ``of Valhalla'' Grandi2021-02-12
|
* Don't fail when vim is not set. refs: #7Elena ``of Valhalla'' Grandi2021-02-12
|
* Update fields before editing an entry, including autofill on update of ↵Elena ``of Valhalla'' Grandi2021-02-09
| | | | date(time) fields. refs: #1
* Allow to get a sorted list of all entriesElena ``of Valhalla'' Grandi2021-02-03
|
* cleanupElena ``of Valhalla'' Grandi2020-12-07
|
* Add --reset to delete the xapian cache before indexingElena ``of Valhalla'' Grandi2020-12-07
|
* Enable sorting in the commandElena ``of Valhalla'' Grandi2020-12-07
|
* Make the main command boilerplate available to library users.Elena ``of Valhalla'' Grandi2020-09-16
|
* flake8 fixesElena ``of Valhalla'' Grandi2020-09-16
|
* Some more missed uid -> eid corrections.Elena ``of Valhalla'' Grandi2020-09-13
| | | | Thanks again to fabrixxm.
* New command: update a field in the results of a queryElena ``of Valhalla'' Grandi2020-09-02
|
* Add support for subclassing commands in lesana derivativesElena ``of Valhalla'' Grandi2020-06-24
|
* Use eid instead of uidElena ``of Valhalla'' Grandi2019-12-28
|
* Additional manpagesElena ``of Valhalla'' Grandi2019-09-29
|
* Read entries before printing their name after creating and editing them.Elena ``of Valhalla'' Grandi2019-09-29
|
* Improvements in the export commandElena ``of Valhalla'' Grandi2019-09-15
|
* New command to export data from a lesana collection to another one.Elena ``of Valhalla'' Grandi2019-09-13
|
* Move some templating code to the collection instead of commands.Elena ``of Valhalla'' Grandi2019-09-11
|
* New command: ShowElena ``of Valhalla'' Grandi2019-09-10
|
* Provide a short_id that can be used by templatesElena ``of Valhalla'' Grandi2019-08-11
|
* Stop using guacamole (no longer in Debian)Elena ``of Valhalla'' Grandi2019-08-11
|
* By default, print the short uid before an entry when searching.Elena ``of Valhalla'' Grandi2018-12-16
|
* Allow to identify entries with just the beginning of the uid.Elena ``of Valhalla'' Grandi2018-12-16
|
* Search for all entriesElena ``of Valhalla'' Grandi2017-06-04
|
* Auto add edited files to gitElena ``of Valhalla'' Grandi2017-03-04
|
* Add option to show all search resultsElena ``of Valhalla'' Grandi2017-01-29
|
* Pass search results to a templateElena ``of Valhalla'' Grandi2017-01-29
|
* Saner management of wrong uidsElena ``of Valhalla'' Grandi2017-01-14
|
* New command: removeElena ``of Valhalla'' Grandi2017-01-14
|
* Changed search interface to be closer to xapian expectationsElena ``of Valhalla'' Grandi2017-01-06
|
* pyflakes + pep8 cleanupElena ``of Valhalla'' Grandi2017-01-06
|
* Convert to use the existing guacamole instead of my own gadonaElena ``of Valhalla'' Grandi2017-01-03
|
* Improve showing of entries in the command lineElena ``of Valhalla'' Grandi2017-01-02
|
* Try to use multiple editors to edit filesElena ``of Valhalla'' Grandi2017-01-02
|
* Move collection initialization to CollectionElena ``of Valhalla'' Grandi2017-01-02
|
* lesana init: new commandElena ``of Valhalla'' Grandi2016-12-31
|