luneta 0.1.0
Terminal fuzzy search
To use this package, run the following command in your project's root directory:
Manual usage
Put the following dependency into your project's dependences section:
<p align="center"> <img width="388" height="70" src="https://user-images.githubusercontent.com/5730881/79414815-01268880-7f82-11ea-8f46-f526f829bd69.png"> </p>
Usage examples
Pick a command in your shell history:
cat ~/.bash_history | luneta
Execute a program locate in /usr/bin
:
ls /usr/bin | luneta | xargs -0 bash -c
Kill an active process:
ps -aux | luneta | awk '{print $2}' | xargs kill -8
Check out /examples for more.
installation
Manual
- See the building section.
Requirements
It should work on any ANSI/POSIX-conforming unix.
Building
Prerequisites:
git clone https://github.com/fbeline/luneta
cd luneta
dub build
License
MIT
- Registered by Felipe Beline Baravieira
- 0.1.0 released 4 years ago
- fbeline/luneta
- MIT
- Copyright © 2020, Felipe Beline Baravieira
- Authors:
- Dependencies:
- ncurses, fuzzyd
- Versions:
-
0.7.4 2020-May-26 0.7.3 2020-May-05 0.7.2 2020-May-04 0.7.1 2020-May-03 0.7.0 2020-May-03 - Download Stats:
-
-
0 downloads today
-
0 downloads this week
-
0 downloads this month
-
42 downloads total
-
- Score:
- 2.2
- Short URL:
- luneta.dub.pm