Project

bombay

0.0
Repository is archived
No release in over a year
Organize your $(pwd).
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 0.9.6
 Project Readme

bombay

Gem Version

bombay groups (stacks) the files in your working directory by filetype, and sends them to their appropriate $XDG_*_DIR.

Installation

gem install bombay

Usage

Imagine you had this mess in your ~/Downloads:

~/Downloads $ ls -al
.
..
badger-sock.pdf
parallel-muffin.png
virtual-monkey.webp
student-steak.svg
kind-vulture.epub
funny-dialect.mp4
summer-dance.gif

Run bombay to clean it up:

~/Downloads $ bombay

~/Downloads $ ls ~/Pictures
parallel-muffin.png student-steak.svg virtual-monkey.webp

~/Downloads $ ls ~/Documents
badger-sock.pdf kind-vulture.epub

~/Downloads $ ls ~/Videos
summer-dance.gif funny-dialect.mp4

Platform support

bombay was initially built for Linux with support for XDG user directories, but has been extended to support macOS, although that remains to be tested. The program will not run on any other platforms.

Copying

This software is licensed under the MIT license.