Updated: Saturday, October 28,2023-10-28 16:24:48
parent
8435f7e1ef
commit
fe71edcda0
|
@ -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"
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
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:
|
|
@ -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
|
||||
- [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.
|
Loading…
Reference in New Issue