ls-interactive icon indicating copy to clipboard operation
ls-interactive copied to clipboard

Interactive ls command

Results 10 ls-interactive issues
Sort by recently updated
recently updated
newest added

I've already created an app manifest for it here: https://github.com/jericjan/scoop-bucket Users can either installing it by adding the bucket first like this: ``` scoop bucket add jericjan https://github.com/jericjan/scoop-bucket scoop install...

if you are *inside* c:/a/b/c, then you click left arrow key, it can jump to parent folder and point to parent foler (> c:/a/b/c)

**currently**, in windows terminal, win10, function: `Open folder in terminal (CD to folder) using Shift+Enter or Alt+Enter` only works on `cmd`. **request** `Open folder in terminal (CD to folder) using...

Bumps [open](https://github.com/Byron/open-rs) from 4.1.0 to 5.0.0. Release notes Sourced from open's releases. v5.0.0 Bug Fixes (BREAKING) with() on windows to be able to lookup program in registry/PATH. The underlying invocation...

dependencies
rust

Bumps [human-panic](https://github.com/rust-cli/human-panic) from 1.1.4 to 1.1.5. Changelog Sourced from human-panic's changelog. [1.1.5] - 2023-06-13 Fixes Avoid symbol conflicts from macros Commits 69ac491 chore: Release be6837a docs: Update changelog 432726b chore:...

dependencies
rust

Bumps [cached](https://github.com/jaemk/cached) from 0.43.0 to 0.44.0. Changelog Sourced from cached's changelog. [0.44.0] / [cached_proc_macro[0.17.0]] Added Option to enable redis multiplex-connection manager on AsyncRedisCache Changed Show proc-macro documentation on docs.rs Document...

dependencies
rust

Bumps [console](https://github.com/console-rs/console) from 0.15.5 to 0.15.7. Changelog Sourced from console's changelog. 0.15.7 Enhancements Set an appropriate lower version of libc for macos changes. Improved behavior of read_single_key so it does...

dependencies
rust

Running `ls-interactive` in a subshell causes it to default to a certain number of lines. **Repro** 1. Run `cd $(ls-interactive)` 1. Observe behavior **Expected** `ls-interactive` fits to the terminal even...

Allows using `lsi` to choose a file and open in your favorite CLI editor using the Enter key see https://github.com/Araxeus/ls-interactive/tree/add-no-exec/-x-flags/scripts/cli-editor # Bash | sh | zsh ```bash lsi() { local...