Skip to content

Releases: kdrakon/sidle

Sidle 0.1.0

23 Sep 23:17
0.1.0
fb341ef
Compare
Choose a tag to compare

Usage

USAGE:
    sidle [FLAGS] [OPTIONS] [path]

FLAGS:
        --files-selectable    Allows files, in addition to directories, to be selected as output
    -h, --help                Prints help information
    -V, --version             Prints version information

OPTIONS:
    -o <output>        Where to write the final path chosen. Defaults to the file 'sidle_path' in a temp directory

ARGS:
    <path>    The path to start from. Defaults to current directory.

Controls

  • ESC or q key to quit without writing to output
  • Left/Right keys to move between directories
  • Up/Down keys to move up and down files and directories
  • PgUp/PgDown keys to move up and down by 10 items
  • Enter/Return/⏎ key to select the highlighted item
  • . key to select the current directory