https://github.com/fargelus/luggage
:handbag: Cli tool which finds most heavyweight and less used files in directory
https://github.com/fargelus/luggage
bash ruby
Last synced: 3 months ago
JSON representation
:handbag: Cli tool which finds most heavyweight and less used files in directory
- Host: GitHub
- URL: https://github.com/fargelus/luggage
- Owner: fargelus
- License: mit
- Created: 2020-08-05T07:22:28.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-19T07:08:12.000Z (about 4 years ago)
- Last Synced: 2025-02-02T03:28:04.926Z (4 months ago)
- Topics: bash, ruby
- Language: Ruby
- Homepage:
- Size: 175 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Luggage 👜
Luggage(lge) its a simple cli tool.
If you ever wants to know which files in your filesystem outdate this gem for you. Luggage finds less used files in choosen directory and sorts it by file size. After launch it prints report with some statics about file.
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'luggage'
```And then execute:
$ bundle install
Or install it yourself as:
$ gem install luggage
## Usage
``` shell
$ lge --help
Usage: lge [options]Options:
-r, -R, --recursive Search files recursively
--sort=[size|time] Sort output files with given param
-h, --help Prints help
```## Usage examples
### With sort option:
### All available options:
## License
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).