Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chrisuehlinger/crocus
An experiment in different ways of representing how much space is consumed on a hard drive
https://github.com/chrisuehlinger/crocus
Last synced: 23 days ago
JSON representation
An experiment in different ways of representing how much space is consumed on a hard drive
- Host: GitHub
- URL: https://github.com/chrisuehlinger/crocus
- Owner: chrisuehlinger
- License: mit
- Created: 2015-09-09T16:39:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-17T00:07:41.000Z (almost 9 years ago)
- Last Synced: 2024-12-22T05:06:13.501Z (29 days ago)
- Language: JavaScript
- Size: 223 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# crocus
An experiment in different ways of representing how your file system is being used.
Installation
------------Crocus can be installed globally via npm:
> npm install -g crocus
> crocus
Now open your favorite browser and go to http://localhost:8642. Type in the path whose structure you want to visualize.IMPORTANT: Visualizing your whole hard drive, or even just a large part of it is not recommended. In general, crocus tends to choke more often on complex file trees with many small files than on simple file trees with a few large ones. Getting the performance to be better is an ongoing concern.
Development
-----------Right now crocus is an express app that can be fired up using `gulp`. To install it, follow the following instructions:
git clone https://github.com/chrisuehlinger/crocus
npm install
bower install
gulp