https://github.com/jdevlieghere/minitools
Tiny Unix Tools That Make Life Easier
https://github.com/jdevlieghere/minitools
Last synced: 4 days ago
JSON representation
Tiny Unix Tools That Make Life Easier
- Host: GitHub
- URL: https://github.com/jdevlieghere/minitools
- Owner: JDevlieghere
- Created: 2016-01-02T13:55:53.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-03T17:57:59.000Z (over 10 years ago)
- Last Synced: 2025-10-10T16:22:48.160Z (10 months ago)
- Language: C
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MiniTools
A repository containing small but handy tools for unix.
## fltr
`fltr` is a tiny, lightning fast, fuzzy text filter. For now it simply matches
from left to right, without sorting the output or even making sure that the
most relevant part of the string is matched. Matching characters are
highlighted in red.
### Usage
```bash
command | fltr needle
```
### Installation
```bash
$ make
$ make install
```
## stack
Under development