I hereby claim:
- I am vy-let on github.
- I am vy_let (https://keybase.io/vy_let) on keybase.
- I have a public key ASAC7ZDUNedF0-bu_3EI6rrnXPOApFBTBjtLuXF3mjdWQwo
To claim this, I am signing this object:
| #!/usr/bin/env ruby | |
| # Violet Baddley | |
| # 2017 | |
| # | |
| # Install in your favorite PATH directory as `em` | |
| # chmod a+x | |
| # | |
| # usage: em [emacsclient options] [file...] | |
| # whatever | em [emacsclient options] |
| ESC[30mESC(BESC[mWelcome to fish, the friendly interactive shell | |
| ESC]0;fish /home/myself^GESC[?2004hESC[30mESC(BESC[m<W> fish: Current terminal parameters have rows and/or columns set to zero. | |
| <W> fish: The stty command can be used to correct this (e.g., stty rows 80 columns 24). | |
| ESC[2m⏎ESC(BESC[m ^M⏎ ^MESC[2KESC]0;fish /home/myself^Gmyself@ip-xxx-xx-xx-xx ESC[32m~ESC[30mESC(BESC[m> ESC[KESC[30mESC(BESC[m^MESC]0;fish /home/myself^Gmyself@ip-xxx-xx-xx-xx ESC[32m~ESC[30mESC(BESC[m> ESC[KESC[30mESC(BESC[mESC[?2004l |
I hereby claim:
To claim this, I am signing this object:
| masto.example.com { | |
| root /path/to/your/mastodon/public | |
| gzip | |
| rewrite { | |
| if {path} is / | |
| to /proxy/{uri} | |
| } | |
| rewrite { |
This is just a draft of an idea I had for a CLI Mastodon client. It’s by no means an actual spec, more just a list of options hinting at behavior. It’s meant to be inspired a bit by less, a bit by ed, with a hint of git-remote semantics.
These may be set in the general config.
tail, previous, next, redisplay.| ... | |
| { | |
| services.samba = { | |
| enable = true; | |
| syncPasswordsByPam = true; | |
| # You will still need to set up the user accounts to begin with: | |
| # $ sudo smbpasswd -a yourusername |