You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-7
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,15 @@ Mind - *tags for the sane*. A NIMble and efficient tag-based system for file and
3
3
4
4
With a focus on simplicity, **Mind** allows users to effortlessley exploit the tagging system to create multiple layouts and structures (think quick semantic lookups, or even KANBAN for your terminal). All due to tags and a powerful boolean-based lookup DSL.
5
5
6
+
### Installation
7
+
Releasing this as a small package-manager-installable tool is still in the back of my mind but only to be done as soon as I finish with the todo list :point_down:.
8
+
For now, unfortunately, you need to go through this insufferable process (sorry again):
9
+
-[Install Nim](nim-lang.org/install_unix.html) (which in turn will install its package manager [Nimble](github.com/nim-lang/nimble)) and follow the required steps.
10
+
- Clone this project
11
+
- Go inside the project directory and run `nimble install --deepcopy:on`
12
+
13
+
Btw, never tried this on windows, it should work and even if it's not, it's probably for some dumb file path issues that I'll _make sure to debug_ if someone asks me to :eyes:.
14
+
6
15
### Usage example
7
16
<imgsrc="./assets/screen.png"height="750">
8
17
@@ -13,13 +22,10 @@ With a focus on simplicity, **Mind** allows users to effortlessley exploit the t
13
22
-[x]~~Add hash/checksums support for duplicates detection~~ (replaced with `dev_t` & `ino_t` checks)
14
23
-[x] Synchronise sym links
15
24
-[x] Full Lookup DSL
16
-
-[ ] Memos support :memo:
17
-
-[ ] Tasks and TODO lists :white_check_mark:
18
-
-[ ] Key-value store :key: (with optional encryption :lock:)
19
25
-[ ] Backups (compression and auto-backups)
26
+
-[ ] Clean DSL syntax and better errors
20
27
-[ ] Full error-handling + code and usage documentation
0 commit comments