You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
run ./setup.sh (or ./setup.ps1 for Windows) then restart your terminal.
Supported Platforms
Linux (bash)
macOS (zsh)
Windows (Terminal:Powershell)
Usage Instructions
General note
Since l can quickly copy an entry to the clipboard, it can be used in conjunction
with other commands to avoid mouse input or slow transcription, eg, code <clipboard-contents>.
l command
General
The output of l will enumerate the result of the query (detailed below)
The selected number will copy the corresponding dir/file to clipboard
Directories are listed first, then files, then special items
NOTE: All entries are accessible to c by number regardless of selection
Query Examples (inexhaustive)
NOTE: *'s must be escaped in macOS/Linux
eg. l dir/subdir/*.png would be written l dir/subdir/\*.png
l
Lists contents of current directory
Items copied to the clipboard will not include full path
l .
Lists contents of current directory
Items copied to the clipboard will include full path
l *.png
lists all pngs in current directory
Items copied to the clipboard will not include full path
l <dir name>/*/
lists all directories contained within <dir name>
Items copied to the clipboard will include full path
c command
Examples
c
Changes to the directory stored in the clipboard
c <index #>
Changes to the directory corresponding an index # in the last run of l