Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keiya01/mul
mul is tool to search multiple word.
https://github.com/keiya01/mul
Last synced: 24 days ago
JSON representation
mul is tool to search multiple word.
- Host: GitHub
- URL: https://github.com/keiya01/mul
- Owner: keiya01
- Created: 2019-05-31T01:43:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T23:04:44.000Z (almost 2 years ago)
- Last Synced: 2024-10-03T08:22:09.088Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 114 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mul
![sample](https://github.com/keiya01/mul/blob/master/mul.gif)# Description
- mul is tool to search multiple word.
- The search is done asynchronously.
- Up to three processes are performed asynchronously.
- The way search is scraping search result by inputted multiple word.# Setup
- get_file: `git clone https://github.com/keiya01/mul.git`
- setup: `yarn && yarn build`
- set_path: `export PATH="your_dir_path/mul/bin:$PATH"`
- usage: `mul -s "search word"`# How to search
- option: `-s | --search`
- single word: `github`
- multiple words: `"How to use github"`