Updated: Friday, September 01,2023-09-01 14:37:57
parent
b4d78da682
commit
18d7241aec
|
@ -1,5 +1,13 @@
|
|||
{
|
||||
"recentFiles": [
|
||||
{
|
||||
"basename": "CLI Tool Collection",
|
||||
"path": "Coding Tips (Classical)/Terminal Tips/CLI Tools/CLI Tool Collection/CLI Tool Collection.md"
|
||||
},
|
||||
{
|
||||
"basename": "Extra customizations",
|
||||
"path": "Coding Tips (Classical)/Terminal Tips/CLI Tools/CLI Tool Collection/Commands + Settings/Extra customizations.md"
|
||||
},
|
||||
{
|
||||
"basename": "Zsh",
|
||||
"path": "Coding Tips (Classical)/Terminal Tips/CLI Tools/CLI Tool Collection/Commands + Settings/Shells/Zsh.md"
|
||||
|
@ -191,14 +199,6 @@
|
|||
{
|
||||
"basename": "Qiskit-Nature",
|
||||
"path": "Machine Tips (Quantum)/Resources/Code & Circuit Operations/Languages/Python Libraries/Qisket/Qiskit-Nature.md"
|
||||
},
|
||||
{
|
||||
"basename": "iOS Apps",
|
||||
"path": "Coding Tips (Classical)/Terminal Tips/Computers/Apple Macbook/iOS Apps.md"
|
||||
},
|
||||
{
|
||||
"basename": "Optics",
|
||||
"path": "Machine Tips (Quantum)/Physics/Optics.md"
|
||||
}
|
||||
],
|
||||
"omittedPaths": [],
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "Coding Tips (Classical)/Terminal Tips/CLI Tools/CLI Tool Collection/Commands + Settings/Shells/Zsh.md",
|
||||
"file": "Coding Tips (Classical)/Terminal Tips/CLI Tools/CLI Tool Collection/CLI Tool Collection.md",
|
||||
"mode": "source",
|
||||
"backlinks": false,
|
||||
"source": false
|
||||
|
@ -186,7 +186,7 @@
|
|||
"state": {
|
||||
"type": "outline",
|
||||
"state": {
|
||||
"file": "Coding Tips (Classical)/Terminal Tips/CLI Tools/CLI Tool Collection/Commands + Settings/Shells/Zsh.md"
|
||||
"file": "Coding Tips (Classical)/Terminal Tips/CLI Tools/CLI Tool Collection/CLI Tool Collection.md"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -196,7 +196,7 @@
|
|||
"state": {
|
||||
"type": "outgoing-link",
|
||||
"state": {
|
||||
"file": "Coding Tips (Classical)/Terminal Tips/CLI Tools/CLI Tool Collection/Commands + Settings/Shells/Zsh.md",
|
||||
"file": "Coding Tips (Classical)/Terminal Tips/CLI Tools/CLI Tool Collection/CLI Tool Collection.md",
|
||||
"linksCollapsed": false,
|
||||
"unlinkedCollapsed": false
|
||||
}
|
||||
|
@ -223,6 +223,8 @@
|
|||
},
|
||||
"active": "0434a8dd305bd586",
|
||||
"lastOpenFiles": [
|
||||
"Coding Tips (Classical)/Terminal Tips/CLI Tools/CLI Tool Collection/Commands + Settings/Extra customizations.md",
|
||||
"Coding Tips (Classical)/Terminal Tips/CLI Tools/CLI Tool Collection/Commands + Settings/Shells/Zsh.md",
|
||||
"Coding Tips (Classical)/Project Vault/Obsidian/imgFiles/Pasted image 20230901141639.png",
|
||||
"Coding Tips (Classical)/Terminal Tips/Languages/XML.md",
|
||||
"Coding Tips (Classical)/Project Vault/Obsidian/imgFiles/Pasted image 20230901131941.png",
|
||||
|
@ -255,7 +257,6 @@
|
|||
"Machine Tips (Quantum)/Resources/Code & Circuit Operations/Environments & Interfaces.md",
|
||||
"Machine Tips (Quantum)/Resources/Technologies, Orgs, & Apps/Applications/More specifically/Games!!/PLAY GAMES - Finally the fun part.md",
|
||||
"Machine Tips (Quantum)/Resources/Technologies, Orgs, & Apps/Applications/More specifically/Machine Learning (QML).md",
|
||||
"Machine Tips (Quantum)/Resources/Code & Circuit Operations/Languages/Python Libraries/Q sharp.md",
|
||||
"Coding Tips (Classical)/Project Vault/Comms/RADIO/Software",
|
||||
"Coding Tips (Classical)/Project Vault/Obsidian/imgFiles/Pasted image 20230901074121.png",
|
||||
"Coding Tips (Classical)/Terminal Tips/GUIs/Games",
|
||||
|
@ -270,7 +271,6 @@
|
|||
"Untitled.canvas",
|
||||
"Untitled 1.canvas",
|
||||
"Coding Tips (Classical)/Project Vault/Comms/WRITTEN TEXT/Internet Chats/Thought Catalog - notion export/The Family Tharavad 3562b9f5a1b440eea78163fe080f5d88/Untitled.png",
|
||||
"Coding Tips (Classical)/Project Vault/Comms/WRITTEN TEXT/Internet Chats/Thought Catalog - notion export/The Family Tharavad 3562b9f5a1b440eea78163fe080f5d88/The Homes 05406aee129c42bcaea12f637110653d/33 Windy Hill Lane 3e3b98125f3d4fe39754fae951ddc14e/Untitled.png",
|
||||
"Coding Tips (Classical)/Project Vault/Comms/WRITTEN TEXT/Internet Chats/Thought Catalog - notion export/Morning Pages Blog 5343390046d84175aa168d5cf6b72dd7/Morning Pages 170 04b26f080d304cb7a6c0bbb997461f41/Untitled.png"
|
||||
"Coding Tips (Classical)/Project Vault/Comms/WRITTEN TEXT/Internet Chats/Thought Catalog - notion export/The Family Tharavad 3562b9f5a1b440eea78163fe080f5d88/The Homes 05406aee129c42bcaea12f637110653d/33 Windy Hill Lane 3e3b98125f3d4fe39754fae951ddc14e/Untitled.png"
|
||||
]
|
||||
}
|
|
@ -18,4 +18,5 @@ There are so many things to do through the command line in your terminal! Here a
|
|||
---
|
||||
- [Typer](https://github.com/maaslalani/typer) - a typing test in your terminal
|
||||
- ![[Pasted image 20230626195256.png]]
|
||||
- [Bubble Tea](https://github.com/charmbracelet/bubbletea) - a powerful TUI framework
|
||||
- [Bubble Tea](https://github.com/charmbracelet/bubbletea) - a powerful TUI framework
|
||||
- [Watchman](https://facebook.github.io/watchman/) - watches files & records/triggers actions when they change
|
Loading…
Reference in New Issue