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: docs/about/roadmap.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,11 +17,11 @@ This page also lists all minor and major releases since 2.X. Patches aren't list
17
17
-[ ] Add `fuckingnode uncommit` - undoes commit and holds, letting the user modify stuff, then re-adds files from the prev commit, runs `commitCmd` if any, and commits with same message.
18
18
-[x] Functional self updater.
19
19
-[ ] Functional self remover.
20
-
-[] Add `fuckingnode terminate <MGR_GLOBAL>` (aliases: `ftl` (fuck the lang), `resign`, and `un-node, un-bun, un-deno, ...`)
21
-
- Removes FROM DISK all added projects of the given stack
22
-
- Removes all caches of the given stack
23
-
- Removes, indeed, the given stack
24
-
- (Shows at least *two*confirmation*s* to protect “i accidentally rm -rf’d the db” ahh people)
20
+
-[x] Add `fuckingnode terminate <MGR_GLOBAL>` (aliases: `ftl` (fuck the lang), `resign`, and `un-node, un-bun, un-deno, ...`)
21
+
-[ ]Removes FROM DISK all added projects of the given stack
22
+
-[x]Removes all caches of the given stack
23
+
-[x]Removes, indeed, the given stack
24
+
- (Shows a confirmation to protect “i accidentally rm -rf’d the db” ahh people)
25
25
-[ ] Make commands spreading based where possible.
26
26
- Going from `fkclean project/-- intensity/-- -l -p -d` to `fkclean --projects foo bar foobar -l -d --intensity=normal -p`
27
27
- IF no `--projects` default to all projects, as it’d make sense to.
0 commit comments