#file-explorer #open-file #open #focus #select

bin+lib lf

Locate a file in file explorer

2 unstable releases

0.2.0 Apr 1, 2024
0.1.0 Mar 30, 2024

#16 in #select

Download history 15/week @ 2024-09-22

52 downloads per month

MIT license

5KB
102 lines

lf

Crates.io ci

lf is a command to locate file in the default file explorer of os, build & run it with cargo. demo

Command Usage

Clone and install it by cargo install --path ., then u can use lf command everywhere like:

lf file

Library Usage

Open current directory and focus on src and target.

lf::open(&["src", "target"])

No runtime deps