https://github.com/mostafaasadi/sidc
A script to search in directory content
https://github.com/mostafaasadi/sidc
bash bash-script file search search-in-text zenity
Last synced: 3 months ago
JSON representation
A script to search in directory content
- Host: GitHub
- URL: https://github.com/mostafaasadi/sidc
- Owner: mostafaasadi
- License: gpl-3.0
- Created: 2016-06-22T15:24:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-18T13:26:37.000Z (over 8 years ago)
- Last Synced: 2025-01-17T11:12:41.133Z (9 months ago)
- Topics: bash, bash-script, file, search, search-in-text, zenity
- Language: Shell
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sidc
### A script with simple GUI to search in directory content# Installation
- install git (for debian based distro : sudo apt install git)
- install zenity (for GUI)
- install fribidi (in debian based **libfribidi-bin** and in Arch based distro **fribidi**)
- ```git clone https://github.com/mostafaasadi/sidc/```
- ```sudo chmod +x sidc_installer.sh```
- ```./sidc_installer```# Usage
- ```sidc -t [keyword] -d [directory]```
- if you want sidc on Cli , use ```-t```
- ```sidc``` will run sidc GUI.
- if your keyword contain a space , you should put it in double quotations .
- if you don't enter a directory , sidc searches in current directory .
- for help run ```sidc -h```# License
This code is free software. You could redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.