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
+12-5Lines changed: 12 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Silicon is a Swift Package built upon the core technology of the [Silicon app](https://github.com/DigiDNA/Silicon), a product of [DigiDNA](https://www.digidna.net).
4
4
5
-
> **Note:**This tool was originally designed to expose only an API using CLI to other apps via JSON format. However, due to my own interest in expanding it, I've decided to also play a bit more and create a TUI (_Terminal User Interface_) version of it. With that, now you can not only see the list of apps in Text and JSON mode but also make use of a full Terminal app with some features implemented. None of the original Silicon CLI is out; everything is in the same place as before, with just an addition.
5
+
This tool was originally designed to expose only an API using CLI to other apps via JSON format. However, due to my own interest in expanding it, I've decided to also play a bit more and create a TUI (_Terminal User Interface_) version of it. With that, now you can also see the list of apps in Plain Text, JSON Format but also in a full Terminal app. The original library is still there to be used, just need to add this repo as dependency and import `SiliconLibrary`.
6
6
7
7
## CLI
8
8
@@ -74,6 +74,12 @@ Features implemented (so far):
74
74
-[x] Filter by four categories (Silicon, Intel, System, and Electron)
75
75
-[x] Details of the apps
76
76
77
+
To Do:
78
+
-[ ] Search apps by text
79
+
-[ ] Open an app
80
+
-[ ] Uninstall an app
81
+
-[ ] Create a target on Makefile to install `silicon` and `silicon-cli`
0 commit comments