Updated: Saturday, October 28,2023-10-28 16:24:48
parent
8435f7e1ef
commit
fe71edcda0
|
@ -1,5 +1,9 @@
|
||||||
{
|
{
|
||||||
"recentFiles": [
|
"recentFiles": [
|
||||||
|
{
|
||||||
|
"basename": "OSX Apps",
|
||||||
|
"path": "OSX Apps.md"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"basename": "Glow",
|
"basename": "Glow",
|
||||||
"path": "Glow.md"
|
"path": "Glow.md"
|
||||||
|
@ -8,10 +12,6 @@
|
||||||
"basename": "Mods",
|
"basename": "Mods",
|
||||||
"path": "Coding Tips (Classical)/Terminal Tips/CLI Tools/CLI Tool Collection/Mods.md"
|
"path": "Coding Tips (Classical)/Terminal Tips/CLI Tools/CLI Tool Collection/Mods.md"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"basename": "OSX Apps",
|
|
||||||
"path": "OSX Apps.md"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"basename": "Mac X Code",
|
"basename": "Mac X Code",
|
||||||
"path": "Coding Tips (Classical)/Terminal Tips/Computers/Apple Macbook/IDEs & APIs/Mac X Code.md"
|
"path": "Coding Tips (Classical)/Terminal Tips/Computers/Apple Macbook/IDEs & APIs/Mac X Code.md"
|
||||||
|
|
|
@ -49,7 +49,7 @@
|
||||||
"state": {
|
"state": {
|
||||||
"type": "markdown",
|
"type": "markdown",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "Glow.md",
|
"file": "OSX Apps.md",
|
||||||
"mode": "source",
|
"mode": "source",
|
||||||
"source": false
|
"source": false
|
||||||
}
|
}
|
||||||
|
@ -131,7 +131,7 @@
|
||||||
"state": {
|
"state": {
|
||||||
"type": "backlink",
|
"type": "backlink",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "Glow.md",
|
"file": "OSX Apps.md",
|
||||||
"collapseAll": false,
|
"collapseAll": false,
|
||||||
"extraContext": false,
|
"extraContext": false,
|
||||||
"sortOrder": "alphabetical",
|
"sortOrder": "alphabetical",
|
||||||
|
@ -148,7 +148,7 @@
|
||||||
"state": {
|
"state": {
|
||||||
"type": "outgoing-link",
|
"type": "outgoing-link",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "Glow.md",
|
"file": "OSX Apps.md",
|
||||||
"linksCollapsed": false,
|
"linksCollapsed": false,
|
||||||
"unlinkedCollapsed": true
|
"unlinkedCollapsed": true
|
||||||
}
|
}
|
||||||
|
@ -171,7 +171,7 @@
|
||||||
"state": {
|
"state": {
|
||||||
"type": "outline",
|
"type": "outline",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "Glow.md"
|
"file": "OSX Apps.md"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -200,8 +200,8 @@
|
||||||
},
|
},
|
||||||
"active": "3353c5e68fb7582c",
|
"active": "3353c5e68fb7582c",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
"Coding Tips (Classical)/Terminal Tips/CLI Tools/CLI Tool Collection/Mods.md",
|
|
||||||
"Glow.md",
|
"Glow.md",
|
||||||
|
"Coding Tips (Classical)/Terminal Tips/CLI Tools/CLI Tool Collection/Mods.md",
|
||||||
"OSX Apps.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/Mac X Code.md",
|
||||||
"Coding Tips (Classical)/Terminal Tips/Computers/Apple Macbook/IDEs & APIs/MacFUSE.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:
|
|
@ -4,3 +4,4 @@
|
||||||
- [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
|
- [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/)
|
- 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