Gabriel Filion

Results 49 issues of Gabriel Filion

I need to implement the feature "create" to be able to create notes from the CLI ### spec points : - ~~needs to take the input from stdin so that...

Feature request

mox has been left for dead by google in 2012. also the release that's available on pypi is buggy. the bug that scout's tests are encountering is fixed in the...

Defect

Add a filter to be able to select notes by date - By specifying only a date: get notes for this day only - Specifying a range with .. (possibly...

Feature request

Add an option -x to actions display, edit, create - display -x : notes are displayed as raw XML - create -x : input is of raw XML format -...

Feature request

the "list" action needs to have arguments to: - simplify output, so that only note names are printed out - print a list of tags / books Those listings will...

Feature request

Create auto-completion scripts for bash and zsh.

Feature request

Currently the search action doesn't find occurrences of the pattern in note titles. It should search through titles as well by default. An option should also be added to exclude...

Feature request

Add a means to colourize the output to sys.stdout. It should take the form of an API that the actions can use or simply enable (and then the tomtom classes...

Feature request

Currently, `librarian-puppet install` when used with the destructive mode does not use an atomic action when replacing the `install_path`. As seen in the install action[0], it starts by removing everything...