diff options
author | gregory guy <gregory-tde@laposte.net> | 2020-05-02 14:03:33 +0200 |
---|---|---|
committer | gregory guy <gregory-tde@laposte.net> | 2020-05-02 14:03:33 +0200 |
commit | 8cd5ae54d7f40d20afaef55596376d0df17f36bf (patch) | |
tree | ccd922212906f7840ca07b90019b896727fcf58f /README | |
parent | 9237683fca3f0f83c53a191c1b159ecc8f05df18 (diff) | |
download | tdeio-umountwrapper-8cd5ae54d7f40d20afaef55596376d0df17f36bf.tar.gz tdeio-umountwrapper-8cd5ae54d7f40d20afaef55596376d0df17f36bf.zip |
Drop automake build support.
Add basic cmake build instructions.
Rework of the README file.
Delete empty files: ChangeLog, NEWS and TODO.
Some cosmetics.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'README')
-rw-r--r-- | README | 26 |
1 files changed, 22 insertions, 4 deletions
@@ -1,5 +1,23 @@ -Simple unmount wrapper around 'tdeio_media_mounthelper -s <URL>' -It provides a progressbar which bounces back and forth. -It takes one argument, which is the url to the mountpoint to safely remove. -- Frode
\ No newline at end of file + + tdeio-umountwrapper - a wrapper around tdeio_media_mounthelper. + + +tdeio-umountwrapper provides a progress dialog for the safely removal of +devices in Trinity in a form of a progressbar which bounces back and +forth. +It takes one argument, which is the url of the mountpoint to +remove, E.G 'tdeio_media_mounthelper -s <URL>'. + + + +CONTRIBUTING +============== + +If you wish to contribute tdeio-umountwrapper, you might do so: + +- TDE Gitea Workspace (TGW) collaboration tool. + https://mirror.git.trinitydesktop.org/gitea + +- TDE Weblate Translation Workspace (TWTW) collaboration tool. + https://mirror.git.trinitydesktop.org/weblate |