Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shukriadams/browsemonkey
Takes snapshots of file systems for offline browsing and searching.
https://github.com/shukriadams/browsemonkey
archiving datahoarder takes-snapshots util
Last synced: 27 days ago
JSON representation
Takes snapshots of file systems for offline browsing and searching.
- Host: GitHub
- URL: https://github.com/shukriadams/browsemonkey
- Owner: shukriadams
- License: mit
- Created: 2014-12-25T14:15:04.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-02-01T00:08:12.000Z (almost 5 years ago)
- Last Synced: 2024-04-13T16:11:50.979Z (8 months ago)
- Topics: archiving, datahoarder, takes-snapshots, util
- Language: C#
- Homepage:
- Size: 582 KB
- Stars: 17
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-datahoarding - browsemonkey
README
Browsemonkey
============Download latest Browsemonkey installer (Windows, requires .Net) : https://github.com/shukriadams/browsemonkey/releases/download/0.5.1/BrowseMonkey-0.5.1.exe
Browsemonkey takes snapshots of file systems for offline browsing. It was primarily intended to catalog offline storage media like CDRs, DVDRs, USB drives etc. Use it to browse and search for files on media that are not physically connected.
Build
-----
- Make sure you have MsBuild installed and in your system path.
- Run /build/build.bat, output will be in /_buildStatus
------
It works. The old 3rd party docking and menu libraries were buggy and had to be removed. These will be rewritten when time permits, but the base application is functional again.History
-------
Browsemonkey was written in 2004. The original project page was at http://sourceforge.net/projects/browsemonkeyIt was my first open source software project, and also my first attempt to write a serious Windows program. After putting it on Sourceforge I drifted into web development. In 2014 I noticed that people were still downloading it from Sourceforge, but that internal changes to Windows had broken some parts of Browsemonkey that worked back in the days of .Net 2.0. So, I decided to move the project to Github and fix it. Browsemonkey is still not being actively developed, but hopefully with modern source control and CI it will be easier for me to tweak it iteratively.