https://github.com/cfsamson/dir_indexer
Parallell indexer written in Rust. Saves all paths to index.txt by default
https://github.com/cfsamson/dir_indexer
Last synced: 2 months ago
JSON representation
Parallell indexer written in Rust. Saves all paths to index.txt by default
- Host: GitHub
- URL: https://github.com/cfsamson/dir_indexer
- Owner: cfsamson
- Created: 2018-10-30T02:08:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-30T18:12:41.000Z (over 6 years ago)
- Last Synced: 2025-02-09T22:22:39.628Z (4 months ago)
- Language: Rust
- Size: 6.84 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Parallel indexer written in Rust #
## What does it do ##
It's a small app that indexes all directories and files on your hard drive. It's really fast (indexes the whole harddrive in less than a minute on a macbook with SSD drive).It lists everything on your computer and pututs them line by line in a file called index.txt that is put in the base directory where you run the program from.
## How to use it ##
First of all, you need to change the base directory if you're not on osx or linux, i.e. to "C:\" on Windows.You need to compile it using cargo:
`cargo build --release`