Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.