| Commit message (Collapse) | Author | Age |
... | |
| |
|
| |
|
|
|
|
|
| |
The parser for the automatic completion generation fails, when it
encounters an option without name.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
'Backup' is in this context just wrong.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Beforehand it resolved a name conflict based on the base name alone:
```
USER: script
ALREADY_EXISTING_FILE: script
```
But the final script would then be named `script.sh`, thus, the check
must include the `.sh`.
|
|
|
|
|
| |
This command is only really useful, if you are not on NixOS. Thus, I
don't really see, why I should keep it.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
These are:
- grades (only last references)
- video_pause
- lf_rename
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
This includes getting all shellscripts to pass shellcheck. To accomplish
this, some old scripts were removed
|
| |
|
| |
|
| |
|
| |
|