Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raulil/ytree
Rauli's fork of YTree
https://github.com/raulil/ytree
file-manager xtree
Last synced: about 4 hours ago
JSON representation
Rauli's fork of YTree
- Host: GitHub
- URL: https://github.com/raulil/ytree
- Owner: RauliL
- License: gpl-2.0
- Created: 2020-09-10T11:59:00.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-31T20:55:34.000Z (about 3 years ago)
- Last Synced: 2024-04-13T16:20:12.739Z (7 months ago)
- Topics: file-manager, xtree
- Language: C++
- Homepage:
- Size: 721 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES
- License: COPYING
Awesome Lists containing this project
README
# ytree
ytree is a [DOS-XTREE(tm)](https://en.wikipedia.org/wiki/XTree) similar file
manager.## Author
Werner Bregulla eMail: [email protected]
Fork by Rauli Laine
## Platforms
Any kind of POSIX compatible system I guess.
## Building
In most instances, it should be sufficient to
```sh
$ mkdir build
$ cd build
$ cmake ..
$ build
$ sudo make install
$ ytree
```For customizing ytree edit ytree.conf and copy it to $HOME/.ytree
For using the "QuitTo" feature you have to add a bash wrapper to
your ~/.bashrc. See the man page for details.## Copyright
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 2 of the License,
or (at your option) any later version.