summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorqkzk <qu3nt1n@gmail.com>2023-12-24 23:52:36 +0100
committerqkzk <qu3nt1n@gmail.com>2023-12-24 23:52:36 +0100
commitd919f3f9fe15614eeda76bec9d1fd7c6cd1b97cc (patch)
treed64adab04821e55bad9260221a20879b92774acf
parentf25cfbf20fb036ad27ebf7907b972db7cb8e4a58 (diff)
dev: setsid
-rw-r--r--development.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/development.md b/development.md
index 7acf515..b15cb87 100644
--- a/development.md
+++ b/development.md
@@ -747,8 +747,9 @@ New view: Tree ! Toggle with 't', fold with 'z'. Navigate normally.
- [x] exec multiple flagged files
- [x] confirm before bulkaction
- [x] allow bulk rename and normal rename to move files + bulk refactoring
-- [ ] nohup, nix, setsid ???
+- [x] nohup, nix, setsid ???
- [x] replace nohup by setsid
+ - [x] check for setsid in path and use normal child if it's not.
- [x] cli info is configurable
- [x] refactor menus. split selectable content trait into 2 traits. Use closure to impl methods
- [x] refactor cli & tui applications using common traits. Simplify tui config file