Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thehxdev/demarok
Amarok but for command-line
https://github.com/thehxdev/demarok
Last synced: 13 days ago
JSON representation
Amarok but for command-line
- Host: GitHub
- URL: https://github.com/thehxdev/demarok
- Owner: thehxdev
- Created: 2024-06-09T06:53:47.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-30T20:59:37.000Z (7 months ago)
- Last Synced: 2024-11-14T04:23:02.858Z (2 months ago)
- Language: C++
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Demarok
Demarok is a file hider utility for unix systems inspired by [Amarok](https://github.com/deltazefiro/Amarok-Hider).
It's not fully compatible with original Amarok (I cloud not add `!amk` suffix to hidden file path name) but overal it's working.## Build
To build Demarok you need `cmake`, a CXX compiler with `-std=gnu++17` support and a build program like gnu `make`.```bash
# get the source code
git clone --depth=1 --branch=main https://github.com/thehxdev/demarok.gitcd demarok
mkdir -p build/
cmake -B build -S .
cmake --build build -- -j$(nproc)
```## How to use
Here's the help message of demarok:
```bash
./build/demarok
# Usage: ./build/demarok
```