https://github.com/axelvazslima/dirscan
This program find the file you are looking for from where you are and going to its children
https://github.com/axelvazslima/dirscan
bash go golang unix
Last synced: about 2 months ago
JSON representation
This program find the file you are looking for from where you are and going to its children
- Host: GitHub
- URL: https://github.com/axelvazslima/dirscan
- Owner: Axelvazslima
- Created: 2025-02-28T20:05:52.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-04T17:31:36.000Z (over 1 year ago)
- Last Synced: 2025-03-04T18:32:30.342Z (over 1 year ago)
- Topics: bash, go, golang, unix
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DirScan
On-going
DirScan scans your current directory and its subdirectories for a specific file name. It performs a case-insensitive search and displays not only the path to the desired file but also files with similar names.
## Installation
Clone the repository in your home directory, ~:
```sh
git clone https://github.com/Axelvazslima/dirscan
```
## Setup
Run the setup file:
```sh
go run setup/setup.go
```
This will create an alias for the program in your bash, allowing it to determine your current directory and start the search from there.
## Usage
Run the program with the following command:
```sh
godirscan
```
It gets your input directly from your command line. Place it right after the `godirscan` command.