Adds:
- User-defined custom themes (see wiki)
- Can be added in
{config path}/themes/
- Filter by user
- Add nix support (#12) (see Using nix (flakes))
- Batch download
- Space to toggle selection
- Ctrl + Space select multiple
- Tab to switch between results and batch panel
- Ctrl + A (while focused on batch panel) to download entire batch
- Enable/disable individual columns in the result panel (see wiki)
- Proxy requests through custom URL
request_proxy = "localhost:1234"
in config.toml
- Add separate loading message for each load type
- Configuration for x11 clipboard:
[clipboard]
x11_selection = "clipboard" # or primary
Fixes:
- Address compilation error when building on macOS due to unresolved imports specific for Linux systems (#14)
- Re-add delete key in insert mode as suggested by help menu