Add page for t0txt
This commit is contained in:
parent
ab04795976
commit
10854db21e
16
content/.obsidian/workspace
vendored
16
content/.obsidian/workspace
vendored
|
@ -4,12 +4,12 @@
|
||||||
"type": "split",
|
"type": "split",
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": "23343431d6b81224",
|
"id": "7f0602e2f0f19f5d",
|
||||||
"type": "leaf",
|
"type": "leaf",
|
||||||
"state": {
|
"state": {
|
||||||
"type": "markdown",
|
"type": "markdown",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "Spaceport.md",
|
"file": "t0txt.md",
|
||||||
"mode": "source",
|
"mode": "source",
|
||||||
"source": false
|
"source": false
|
||||||
}
|
}
|
||||||
|
@ -69,7 +69,7 @@
|
||||||
"state": {
|
"state": {
|
||||||
"type": "backlink",
|
"type": "backlink",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "Spaceport.md",
|
"file": "t0txt.md",
|
||||||
"collapseAll": false,
|
"collapseAll": false,
|
||||||
"extraContext": false,
|
"extraContext": false,
|
||||||
"sortOrder": "alphabetical",
|
"sortOrder": "alphabetical",
|
||||||
|
@ -86,7 +86,7 @@
|
||||||
"state": {
|
"state": {
|
||||||
"type": "outline",
|
"type": "outline",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "Spaceport.md"
|
"file": "t0txt.md"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -96,17 +96,17 @@
|
||||||
"direction": "horizontal",
|
"direction": "horizontal",
|
||||||
"width": 300
|
"width": 300
|
||||||
},
|
},
|
||||||
"active": "23343431d6b81224",
|
"active": "7f0602e2f0f19f5d",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
|
"t0txt.md",
|
||||||
|
"Notica.md",
|
||||||
"Spaceport.md",
|
"Spaceport.md",
|
||||||
"Backup Strategy.md",
|
"Backup Strategy.md",
|
||||||
"Protospace.md",
|
"Protospace.md",
|
||||||
"Notica.md",
|
|
||||||
"p.md",
|
"p.md",
|
||||||
"QotNews.md",
|
"QotNews.md",
|
||||||
"media/Screenshot from 2022-05-18 16-24-38.png",
|
"media/Screenshot from 2022-05-18 16-24-38.png",
|
||||||
"media/Pasted image 20220518162452.png",
|
"media/Pasted image 20220518162452.png",
|
||||||
"media/Pasted image 20220518162414.png",
|
"media/Pasted image 20220518162414.png"
|
||||||
"Plant Waterer.md"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
|
@ -10,4 +10,12 @@ You can find the [source code](https://github.com/tannercollin/Notica) on Github
|
||||||
|
|
||||||
![[notica1.png]]
|
![[notica1.png]]
|
||||||
|
|
||||||
I do most of my work on remote servers over ssh. When running a slow command (like `apt install`) I'll distract myself by browsing sites like my other project [[QotNews]]. The command will finish running, but I'll still be wasting time reading news articles. Notica helps me stay on track by alerting me when the command finishes.
|
I do most of my work on remote servers over ssh. When running a slow command (like `apt install`) I'll distract myself by browsing sites like my other project [[QotNews]]. The command will finish running, but I'll still be wasting time reading news articles. Notica helps me stay on track by alerting me when the command finishes.
|
||||||
|
|
||||||
|
Example uses of Notica would be:
|
||||||
|
|
||||||
|
```
|
||||||
|
$ sudo apt install freecad ; notica finished installing
|
||||||
|
|
||||||
|
$ rsync -av backup/ myserver:/mnt/backup/ ; notica done backup
|
||||||
|
```
|
||||||
|
|
22
content/t0txt.md
Normal file
22
content/t0txt.md
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
Title: t0txt
|
||||||
|
Date: 2022-05-15
|
||||||
|
Category: Projects
|
||||||
|
Summary: Minimal command line pastebin. Allows you to upload text notes from a bash pipe or web browser.
|
||||||
|
Short: t
|
||||||
|
|
||||||
|
[t0txt](https://txt.t0.vc) is a minimalist pastebin. You can upload text notes from the command line by using a bash alias or by submitting text through the web form.
|
||||||
|
|
||||||
|
You can find the [source code](https://github.com/tannercollin/t0txt) on Github.
|
||||||
|
|
||||||
|
The pastes you upload take the form of [txt.t0.vc/IMLV](https://txt.t0.vc/IMLV), where they are identified by four unique capital letters. This makes it easy to memorize the URL while moving it between devices.
|
||||||
|
|
||||||
|
I wrote t0txt in July 2019 and plan to continue hosting it indefinitely. I use it quite often for sysadmin and automation work, so I'm committed to keeping it alive. Here's an example use case:
|
||||||
|
|
||||||
|
```
|
||||||
|
$ echo "hello world!" | txt
|
||||||
|
https://txt.t0.vc/IMLV
|
||||||
|
|
||||||
|
$ curl https://txt.t0.vc/IMLV
|
||||||
|
hello world!
|
||||||
|
```
|
||||||
|
|
|
@ -61,14 +61,6 @@
|
||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
<h3>
|
|
||||||
<a class="external" href="https://txt.t0.vc" target="_blank" rel="noreferrer noopener">t0txt</a>
|
|
||||||
— <a class="external source" href="https://github.com/tannercollin/t0txt" target="_blank" rel="noreferrer noopener">source code</a>
|
|
||||||
</h3>
|
|
||||||
<div class="summary">
|
|
||||||
<p>Minimal command line pastebin. Allows you to upload text notes from a bash pipe or web browser.</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<h3>
|
<h3>
|
||||||
<a class="external" href="https://github.com/tannercollin/standardnotes-fs" target="_blank" rel="noreferrer noopener">standardnotes-fs</a>
|
<a class="external" href="https://github.com/tannercollin/standardnotes-fs" target="_blank" rel="noreferrer noopener">standardnotes-fs</a>
|
||||||
</h3>
|
</h3>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user