This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository efm2.

View the commit online.

commit 47e37e9e0d6c67fd343c7d4404ede487b089b091
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
AuthorDate: Wed Sep 20 08:09:03 2023 +0100

    remove unused dir and adjust todo
---
 TODO.md                          | 16 ++++++++++++++++
 src/backends/default/meson.build |  1 -
 src/efm/meson.build              |  1 -
 src/shared/commands/.dummy       |  0
 4 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/TODO.md b/TODO.md
index 047bf5a..4326519 100644
--- a/TODO.md
+++ b/TODO.md
@@ -43,6 +43,7 @@
   * Table of label + icons
   * List of items (label + 2 icons)
 * Device monitoring/listing
+  * simple-mtpfs
 * Device mount/unmount
 * Custom target vfs dir (eg sshfs) controls
 * Find filename in tree
@@ -57,6 +58,16 @@
 
 * Edit desktop file support (dialog)
 * Network fs monitoring/listing (smb/nfs/etc.)
+  * smbnetfs
+  * fuse-nfs
+  * sshfs
+* File sharing/encrypting/compressing
+  * magic-wormhole
+  * pgp encrypt
+  * gzip/bzip2/xz/7zip
+  * email file to X
+  * scp file to X
+  * dd device to file or to device
 * View background / overlay images/edj files
 * Typebuf commands (ls, rm, cd, mv, ...)
 * Special drop handling per dir (eg favorites adds links)
@@ -71,8 +82,13 @@
 * Encrypted drives/volumes
 * Partitioning and formatting tool (chnage volume labels etc)
 * Encryption added to partitioning/formatitng tool
+  * luks
+  * tomb
 * Lvm support in partitioning/formatting tool
 * Fstrim support
 * Smart support for devices
 * Badblocks support
 * Lsattr/chattr support
+* Syncing
+  * rsync
+  * syncthing
diff --git a/src/backends/default/meson.build b/src/backends/default/meson.build
index 34973a1..49a892c 100644
--- a/src/backends/default/meson.build
+++ b/src/backends/default/meson.build
@@ -3,7 +3,6 @@ inc = include_directories(
   '.',
   '../../..',
   '../../efm',
-  '../../shared/commands',
   '../../shared/common',
   '../../backends/common'
 )
diff --git a/src/efm/meson.build b/src/efm/meson.build
index 19515f8..59600dc 100644
--- a/src/efm/meson.build
+++ b/src/efm/meson.build
@@ -2,7 +2,6 @@ dir = join_paths(dir_bin)
 inc = include_directories(
   '.',
   '../..',
-  '../shared/commands',
   '../shared/common'
 )
 executable('efm', [
diff --git a/src/shared/commands/.dummy b/src/shared/commands/.dummy
deleted file mode 100644
index e69de29..0000000

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to