| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
basepath being any false-like value (None and '' in this case) should
warrant skipping a mkdir call creation, not just None.
The (broken) mkdir calls were created even for trivial renames inside
a single directory.
Improves upon #1342.
|
|\
| |
| | |
Don't resolve macros for chain
|
| |\
| |/
|/| |
|
|\ \ |
|
| | | |
|
| | |
| | |
| | |
| | | |
Fixes #1304
|
|\ \ \
| | | |
| | | | |
Fix fuzzy tab completion when prefix is valid dir
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Fuzzy tab completion was dropping the entire valid prefix instead of
showing the path relative to the current directory.
```
/ $ cd usr/sh<tab>
/ $ cd share/ # `usr/` is dropped because it's already a valid
# directory.
/ $ cd usr/share/ # Proper result with the fix.
```
Fixes #1792
|
|\ \ \ \
| |/ / /
|/| | | |
Add Direct Stream Digital/Transfer to mime types
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Direct Stream Digital/Transfer (`.dsf`) files have MIME type
`application/octet-stream` but they're audio so `audio/something` is
more useful for rifle.
Scope also runs `mediainfo` and `exiftool` for miscellaneous `audio/*`
files but we can't match on MIME type here so I added a similar clause
in `handle_extension`.
|
|\ \ \ \
| |/ / /
|/| | | |
|
|/ / /
| | |
| | |
| | |
| | | |
I forgot to remove the setting from `rc.conf` when I merged the behavior
into the `update_title` setting.
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Upon further consideration we've reconsidered and decided to merge the
seperate title update settings.
|
| |\ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Escape character is also represented with octal notation to be
consistent with prior usage
|
| | | | |
| | | | |
| | | | |
| | | | | |
resolves #1637
|
|\ \ \ \ \ |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
`F<file_>` is rendered using underline in a man page, which makes the
underscore hard to see. So I switched the file name examples for `pp` to
use `C<file_>` which is rendered using "double quotation marks."
|
| | | | | | |
|
| | | | | | |
|
| |\ \ \ \ \
| | | |/ / /
| | |/| | | |
|
| |\ \ \ \ \ |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
It allows you to specify your own function to generate the path for conflicting files.
|
| | | | | | | |
|
| | |_|/ / /
| |/| | | |
| | | | | |
| | | | | | |
It allows you to specify 'overwrite', 'rename', or 'rename_ext' (=default) in case of a file name conflict. This obsoletes the overwrite parameter.
|
|\ \ \ \ \ \ |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Non-standard formats missing the `x-` prefix: flac and flv
Renamed mime types: video/mkv -> video/x-matroska
video/divx -> video/x-msvideo
Dropped extension: divx
|
| | |_|/ / /
| |/| | | | |
|
|\ \ \ \ \ \ |
|
|/ / / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The man page was missing the various optional dependencies for previews.
I revised and then copied the list from the `README.md`.
Fixes #1781
|
|\ \ \ \ \ \ |
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Our default behavior is to use a dependency whenever it's available.
Only things that would slow previews down too much are commented out by
default.
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
|\ \ \ \ \ \ \ |
|
|/ / / / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
`--clean` is incredibly useful when testing contributions to `scope.sh`
among other things but some (most?) previews require the cache to
function.
As a compromise every invocation using `--clean` will create a temporary
cache directory.
Fixes #1783
|
|\ \ \ \ \ \ \ |
|
| | | | | | | | |
|
|/ / / / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Add to the cheatsheet the functionality of Space and some navigation
keys: Insert, Home, End, Page Up and Page Down.
|
|\ \ \ \ \ \ \ |
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | | | | | | |
|
|\ \ \ \ \ \ \ \ |
|
| | | | | | | | | |
|