Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add support for search_aliases in the settings file. | Elena ``of Valhalla'' Grandi | 2021-12-24 |
| | | | | Refs: https://todo.sr.ht/~valhalla/lesana/11 | ||
* | Remove unused variable | Elena ``of Valhalla'' Grandi | 2021-12-23 |
| | |||
* | Add support for bash autocompletion via argcomplete, if installed. | Elena ``of Valhalla'' Grandi | 2021-12-23 |
| | |||
* | Add a method to create an entry from a rendered template | Elena ``of Valhalla'' Grandi | 2021-09-16 |
| | |||
* | pep8 fixes | Elena ``of Valhalla'' Grandi | 2021-08-12 |
| | |||
* | Per-module logger, add cli switch to log debug | fabrixxm | 2021-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 subparsers | Elena ``of Valhalla'' Grandi | 2021-04-10 |
| | |||
* | Add description to subparsers | fabrixxm | 2021-04-10 |
| | |||
* | Use "*" as the default search query. | Elena ``of Valhalla'' Grandi | 2021-03-25 |
| | |||
* | New command: get-values | Elena ``of Valhalla'' Grandi | 2021-03-25 |
| | |||
* | Start writing some tests for the command line classes | Elena ``of Valhalla'' Grandi | 2021-03-24 |
| | |||
* | Improved error message when exporting data | Elena ``of Valhalla'' Grandi | 2021-03-02 |
| | |||
* | Flake8 fix | Elena ``of Valhalla'' Grandi | 2021-02-12 |
| | |||
* | Fixes searches when default_sort isn't present. #9 | Elena ``of Valhalla'' Grandi | 2021-02-12 |
| | |||
* | Fix calling .auto() before editing an entry. refs: #8 | Elena ``of Valhalla'' Grandi | 2021-02-12 |
| | |||
* | Don't fail when vim is not set. refs: #7 | Elena ``of Valhalla'' Grandi | 2021-02-12 |
| | |||
* | Update fields before editing an entry, including autofill on update of ↵ | Elena ``of Valhalla'' Grandi | 2021-02-09 |
| | | | | date(time) fields. refs: #1 | ||
* | Allow to get a sorted list of all entries | Elena ``of Valhalla'' Grandi | 2021-02-03 |
| | |||
* | cleanup | Elena ``of Valhalla'' Grandi | 2020-12-07 |
| | |||
* | Add --reset to delete the xapian cache before indexing | Elena ``of Valhalla'' Grandi | 2020-12-07 |
| | |||
* | Enable sorting in the command | Elena ``of Valhalla'' Grandi | 2020-12-07 |
| | |||
* | Make the main command boilerplate available to library users. | Elena ``of Valhalla'' Grandi | 2020-09-16 |
| | |||
* | flake8 fixes | Elena ``of Valhalla'' Grandi | 2020-09-16 |
| | |||
* | Some more missed uid -> eid corrections. | Elena ``of Valhalla'' Grandi | 2020-09-13 |
| | | | | Thanks again to fabrixxm. | ||
* | New command: update a field in the results of a query | Elena ``of Valhalla'' Grandi | 2020-09-02 |
| | |||
* | Add support for subclassing commands in lesana derivatives | Elena ``of Valhalla'' Grandi | 2020-06-24 |
| | |||
* | Use eid instead of uid | Elena ``of Valhalla'' Grandi | 2019-12-28 |
| | |||
* | Additional manpages | Elena ``of Valhalla'' Grandi | 2019-09-29 |
| | |||
* | Read entries before printing their name after creating and editing them. | Elena ``of Valhalla'' Grandi | 2019-09-29 |
| | |||
* | Improvements in the export command | Elena ``of Valhalla'' Grandi | 2019-09-15 |
| | |||
* | New command to export data from a lesana collection to another one. | Elena ``of Valhalla'' Grandi | 2019-09-13 |
| | |||
* | Move some templating code to the collection instead of commands. | Elena ``of Valhalla'' Grandi | 2019-09-11 |
| | |||
* | New command: Show | Elena ``of Valhalla'' Grandi | 2019-09-10 |
| | |||
* | Provide a short_id that can be used by templates | Elena ``of Valhalla'' Grandi | 2019-08-11 |
| | |||
* | Stop using guacamole (no longer in Debian) | Elena ``of Valhalla'' Grandi | 2019-08-11 |
| | |||
* | By default, print the short uid before an entry when searching. | Elena ``of Valhalla'' Grandi | 2018-12-16 |
| | |||
* | Allow to identify entries with just the beginning of the uid. | Elena ``of Valhalla'' Grandi | 2018-12-16 |
| | |||
* | Search for all entries | Elena ``of Valhalla'' Grandi | 2017-06-04 |
| | |||
* | Auto add edited files to git | Elena ``of Valhalla'' Grandi | 2017-03-04 |
| | |||
* | Add option to show all search results | Elena ``of Valhalla'' Grandi | 2017-01-29 |
| | |||
* | Pass search results to a template | Elena ``of Valhalla'' Grandi | 2017-01-29 |
| | |||
* | Saner management of wrong uids | Elena ``of Valhalla'' Grandi | 2017-01-14 |
| | |||
* | New command: remove | Elena ``of Valhalla'' Grandi | 2017-01-14 |
| | |||
* | Changed search interface to be closer to xapian expectations | Elena ``of Valhalla'' Grandi | 2017-01-06 |
| | |||
* | pyflakes + pep8 cleanup | Elena ``of Valhalla'' Grandi | 2017-01-06 |
| | |||
* | Convert to use the existing guacamole instead of my own gadona | Elena ``of Valhalla'' Grandi | 2017-01-03 |
| | |||
* | Improve showing of entries in the command line | Elena ``of Valhalla'' Grandi | 2017-01-02 |
| | |||
* | Try to use multiple editors to edit files | Elena ``of Valhalla'' Grandi | 2017-01-02 |
| | |||
* | Move collection initialization to Collection | Elena ``of Valhalla'' Grandi | 2017-01-02 |
| | |||
* | lesana init: new command | Elena ``of Valhalla'' Grandi | 2016-12-31 |
| |