Skip to content

A recreation of Gary Bernhardt's Selecta written in Rust.

License

Notifications You must be signed in to change notification settings

deathlyfrantic/star

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

star

A recreation of Gary Bernhardt's Selecta written in Rust.

Usage

cargo build --release
cat (ls *.txt | ./target/release/star)

See Selecta's readme for a thorough explanation of general use.

Multiple Selection Mode

Enable multiple selection mode with the -m (or --multiple) flag. In this mode, the Tab key tags or un-tags a line. When multiple lines are tagged, press Alt+Enter to print all of them to stdout, joined by newlines. Pressing Enter in this mode only prints the currently selected (not tagged) line to stdout, exactly like in "normal" mode.

License

BSD 2-clause

About

A recreation of Gary Bernhardt's Selecta written in Rust.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages