-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
31 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,6 @@ | |
.vscode | ||
whale | ||
trash.md | ||
note.md | ||
|
||
# Binaries for programs and plugins | ||
*.exe | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# TODO | ||
> --------- | ||
[ ] search bar: | ||
- regex/fuzzy search | ||
[ ] sort image by size | ||
[ ] do loading screen cold start | ||
- do a initial connection to docker, before do anything else | ||
(for loading screne purpose) | ||
[ ] Learning: show actual command user can use to perform it (filter etc) | ||
|
||
# NOTE | ||
> --------- | ||
- main feature should be | ||
& easy way for user to filter | ||
& operation on commands | ||
|
||
|
||
-> 04/04/2023 | ||
[ ] status (by color) | ||
- restarting (blinking) | ||
- created, restarting, running, removing, paused, exited, or dead | ||
* src: [link](https://docs.docker.com/engine/reference/commandline/ps/#filter) | ||
|
||
# REF | ||
> -------- | ||
- [ticker](https://github.com/achannarasappa/ticker) | ||
- [command tutorial](https://github.com/charmbracelet/bubbletea/tree/master/tutorials/commands/) | ||
- [p.Send](https://github.com/charmbracelet/bubbletea/issues/25#issuecomment-872331380) | ||
|
||
|
||
|