From fe71edcda00f688e4f8597e182f6b6ed9eb6b70b Mon Sep 17 00:00:00 2001 From: shwetha729 Date: Sat, 28 Oct 2023 16:24:53 -0400 Subject: [PATCH] Updated: Saturday, October 28,2023-10-28 16:24:48 --- .../plugins/recent-files-obsidian/data.json | 8 +++---- enter/.obsidian/workspace.json | 10 ++++---- enter/Glow.md | 23 +++++++++++++++++-- enter/OSX Apps.md | 3 ++- 4 files changed, 32 insertions(+), 12 deletions(-) diff --git a/enter/.obsidian/plugins/recent-files-obsidian/data.json b/enter/.obsidian/plugins/recent-files-obsidian/data.json index 69fcacc..0862895 100644 --- a/enter/.obsidian/plugins/recent-files-obsidian/data.json +++ b/enter/.obsidian/plugins/recent-files-obsidian/data.json @@ -1,5 +1,9 @@ { "recentFiles": [ + { + "basename": "OSX Apps", + "path": "OSX Apps.md" + }, { "basename": "Glow", "path": "Glow.md" @@ -8,10 +12,6 @@ "basename": "Mods", "path": "Coding Tips (Classical)/Terminal Tips/CLI Tools/CLI Tool Collection/Mods.md" }, - { - "basename": "OSX Apps", - "path": "OSX Apps.md" - }, { "basename": "Mac X Code", "path": "Coding Tips (Classical)/Terminal Tips/Computers/Apple Macbook/IDEs & APIs/Mac X Code.md" diff --git a/enter/.obsidian/workspace.json b/enter/.obsidian/workspace.json index 159e951..8dd2e8d 100644 --- a/enter/.obsidian/workspace.json +++ b/enter/.obsidian/workspace.json @@ -49,7 +49,7 @@ "state": { "type": "markdown", "state": { - "file": "Glow.md", + "file": "OSX Apps.md", "mode": "source", "source": false } @@ -131,7 +131,7 @@ "state": { "type": "backlink", "state": { - "file": "Glow.md", + "file": "OSX Apps.md", "collapseAll": false, "extraContext": false, "sortOrder": "alphabetical", @@ -148,7 +148,7 @@ "state": { "type": "outgoing-link", "state": { - "file": "Glow.md", + "file": "OSX Apps.md", "linksCollapsed": false, "unlinkedCollapsed": true } @@ -171,7 +171,7 @@ "state": { "type": "outline", "state": { - "file": "Glow.md" + "file": "OSX Apps.md" } } } @@ -200,8 +200,8 @@ }, "active": "3353c5e68fb7582c", "lastOpenFiles": [ - "Coding Tips (Classical)/Terminal Tips/CLI Tools/CLI Tool Collection/Mods.md", "Glow.md", + "Coding Tips (Classical)/Terminal Tips/CLI Tools/CLI Tool Collection/Mods.md", "OSX Apps.md", "Coding Tips (Classical)/Terminal Tips/Computers/Apple Macbook/IDEs & APIs/Mac X Code.md", "Coding Tips (Classical)/Terminal Tips/Computers/Apple Macbook/IDEs & APIs/MacFUSE.md", diff --git a/enter/Glow.md b/enter/Glow.md index e99bc9d..bc00794 100644 --- a/enter/Glow.md +++ b/enter/Glow.md @@ -1,6 +1,25 @@ -View Markdown files right within the terminal. This is another charm bracelet application written in Go. +[Glow](https://terminalroot.com/render-markdown-in-the-terminal-elegantly/) allows you to view Markdown files right within the terminal. This is another charm bracelet application written in Go. + +Installation: +```sh +# macOS (with MacPorts) +sudo port install glow +``` -If you prefer markdown reader written in Swift \ No newline at end of file +Usage: +```sh +glow file.md +``` + +You can also view files online: +```sh +glow https://host.tld/file.md +``` + +via [this](https://terminalroot.com/render-markdown-in-the-terminal-elegantly/) source. To view the full repository visit [here](https://github.com/charmbracelet/glow). + + +If you prefer markdown reader written in Swift: \ No newline at end of file diff --git a/enter/OSX Apps.md b/enter/OSX Apps.md index c627cd4..9942041 100644 --- a/enter/OSX Apps.md +++ b/enter/OSX Apps.md @@ -3,4 +3,5 @@ - [Fluid](https://fluidapp.com/) - turns any website or web app into a full fledged mac os application showing on dock - [Cheaters](https://brettterpstra.com/projects/cheaters/) - this is a really cool feature that a developer made that takes the cheat.sh and allows you to create cheatsheets for the languages you don't know - customizing your [cheat](https://brettterpstra.com/2014/01/26/cheaters-2-dot-0-5-cheating-gets-easier/) -- [Gather CLI](https://brettterpstra.com/projects/gather-cli/) - takes a web URL nd turns to a markdown notes \ No newline at end of file +- [Gather CLI](https://brettterpstra.com/projects/gather-cli/) - takes a web URL nd turns to a markdown notes +- [TRANSMIT](https://panic.com/transmit/) - allows you to connect to various servers. \ No newline at end of file