sidetree
sidetree copied to clipboard
Defining the open_arg in a config file make it hard to use sidetree under different contexts. If we could pass the action to take as an arg, or (even better?)...
### Overview I know, I've implemented this, but I couldn't find a way to overcome this. Unfortunately, the TUI list widget doesn't provide the `offset` field (because it is private),...
It could be nice to lighten the README with documentation pages, such as `docs/guide.md` and `docs/manual.md`.
i have `set file_icons false` in `~/.config/sidetree/sidetreerc`, however icons are still displayed. 
### Example 1 ``` sidetree --select .git ``` does not select `.git`. ### Example 2 ``` sidetree --select .git/refs ``` selects `.git/refs`, but `.git` is not visible in the hierarchy.
``` yaml Linux: xdg-open macOS: open ```
The option takes a single argument: ``` set open_cmd 'xdg-open "$sidetree_entry"' ``` With a list or arguments, it could be: ``` set open_cmd xdg-open {} ``` or with a shell:...
Pipe selections to an external filter program and select entries. ``` CURRENT_SELECTIONS | EXTERNAL_FILTER_PROGRAM ⇒ NEW_SELECTIONS ``` **Example** – Select all files under the current selections: ``` sh xargs fd...