Skip to content

Commit

Permalink
untrack
Browse files Browse the repository at this point in the history
  • Loading branch information
somnek committed Apr 6, 2023
1 parent 7765b6c commit 81ff06a
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
.vscode
whale
trash.md
note.md

# Binaries for programs and plugins
*.exe
Expand Down
31 changes: 31 additions & 0 deletions note.md
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)



0 comments on commit 81ff06a

Please sign in to comment.