luneta 0.2.0
Luneta is an interactive filter that can be easily composed within any script.
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:
luneta
Luneta is an interactive filter that can be easily composed within any script.
<p align="center"> <img width="80%" src="https://user-images.githubusercontent.com/5730881/79627815-f864bc80-8111-11ea-9a14-11ab35f1962c.gif"> </p>
About
- fast.
- small and portable. (~ 1mb binary)
- adaptable screen size.
Run luneta -h
for help.
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
It should work on any ANSI/POSIX-conforming unix.
Precompiled binaries for linux
Snap
Linux distributions that support snaps.
snap install --edge luneta
Manual Installation
Prerequisites:
git clone https://github.com/fbeline/luneta
cd luneta
dub build -b release --compiler ldc2
License
MIT
- Registered by Felipe Beline Baravieira
- 0.2.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