https://github.com/instantos/instantsearch
file search interface based on plocate
https://github.com/instantos/instantsearch
Last synced: 5 months ago
JSON representation
file search interface based on plocate
- Host: GitHub
- URL: https://github.com/instantos/instantsearch
- Owner: instantOS
- License: gpl-2.0
- Created: 2020-11-09T13:03:28.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-25T10:17:26.000Z (almost 5 years ago)
- Last Synced: 2024-05-22T23:26:41.248Z (about 2 years ago)
- Language: Shell
- Size: 71.3 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# instantSEARCH
instantSEARCH is a file search utility with
- A Custom file opener
- File history
- Regex Support
It is a GUI for the plocate algorithm which allows to search through millions of files in less than a second. It comes with a custom file opener that allows meaningfully working with the results of the search.
## Installation
### Pacman
instantSEARCH is preinstalled on instantOS and available from the repo https://packages.instantos.io
### ibuild
When the instantOS dev tools are installed instantsearch can be updated from master using
```sh
ibuild install instantsearch
```
### Git
```sh
git clone https://github.com/instantSEARCH
cd instantSEARCH
sudo make install
```
## planned features
- show file icon
## Requirements
- instantmenu
- plocate
- instantutils