| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
|
| |
Currently, only the directory *containing* the `reuse` binary is
specified.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
This includes avoiding removing linebreaks (as that breaks the jinja2
syntax) and removing a vim modeline, as it would otherwise be copied to
the file the template is applied to.
|
|
|
|
| |
Not every latex project has a lpm.toml file.
|
| |
|
|
|
|
| |
missing dependency
|
| |
|
| |
|
| |
|
|
|
|
| |
directly
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
The line editing can't really shell out to bash, as the default
bash on NixOS is compiled without GNU `readline` support (you need
`bashInterative` for `read -e` to work).
|