summaryrefslogtreecommitdiff
path: root/remoteusage.mdwn
AgeCommit message (Collapse)Author
2020-05-13remove moot assert outside of macro return formzooey
2020-05-12additional remote-notmuch emacs configuration optionszooey
2018-04-14Fix typosMartin Michlmayr
2016-11-10fcc on remote usageJani Nikula
2014-03-02git blame told me I got this line wrong...Tomi Ollila
2013-07-02strikethrough!Tomi Ollila
2013-07-02renameTomi Ollila
2013-04-02whitespace change in attempt to get the file linkedTomi Ollila
2013-04-02Content of remoteusage-old.mdwn "moved" to remoteusage/old.mdwnTomi Ollila
-- leaving link to the new location into old file. hopefully new location gets linked to remoteusage page
2013-03-31cosmicTomi Ollila
2013-03-29linkTomi Ollila
2013-01-28replaced /home/user with ~ and gave master socketTomi Ollila
a name that looked best in the examples found in the net added note about execute permissions
2013-01-27rewrite remote usageJani Nikula
2013-01-20more tabs to spaces (+ trailing whitespaces)Tomi Ollila
2012-04-14Link to alternate remote wrapper scriptSvend Sorensen
2012-01-20trivial s/$@/"$@"/ change in remoteusage.mdwnTomi Ollila
2012-01-19Quote all the arguments.Jesse Rosenthal
There used to be a point in separating the command and the arguments. No more. This allows `search-tags` to work correctly as well.
2012-01-19Fix up some errors.Jesse Rosenthal
2012-01-19Fix more markdown weirdness.Jesse Rosenthal
Markdown seems to have escaped dollar signs within a code block, which is weird. Hopefully this will fix it.
2012-01-19Fix security problems with dtach sockets.Jesse Rosenthal
As per Tomi Ollila's suggestions in id:"yf6sjjba8ep.fsf@taco2.nixu.fi", clean up some security problems with the dtach and ssh sockets.
2012-01-19Fix up formatting for real.Jesse Rosenthal
Code indentation after a bullet is not one of markdown's most elegant features.
2012-01-19Fixed up some formatting.Jesse Rosenthal
2012-01-19Updated remote usage script to my current version.Jesse Rosenthal
This gets rid of a lot of the old hacks, and also updates the script to use dtach to make the socket, so that the user doesn't have to mess around with ~/.ssh settings. A good future enhancement would be to make this (a) optional, and/or (b) optionally use tmux/screen.
2011-03-15Changed remote-usage script to use bash printf to quote special chars.Jesse Rosenthal
2011-03-11Changed url for ssh keypair login tutorial.Jesse Rosenthal
2011-03-11Added a note saying the sleep hack is no longer necessary in git.Jesse Rosenthal
I'll remove it altogether in the next release.
2011-02-05remoteusage: Explain the purpose of sleepMichal Sojka
2011-01-28One more indentation issue.Jesse Rosenthal
This should be the last one.
2011-01-28More indentation.Jesse Rosenthal
Markdown can be annoying.
2011-01-28Cleaned up some markdown.Jesse Rosenthal
Indentations were off.
2011-01-28Added more special characters to be escaped.Jesse Rosenthal
Escape "*" for wild card and "!" just in case as well.
2011-01-27Explain why I'm sanitizing msg ids.Jesse Rosenthal
Shell things dollar signs are variables, so it's necessary to escape them in msg ids.
2011-01-27Changed script to reflect "--format=raw"Jesse Rosenthal
The script used to require various workarounds to pull down the raw message. Those are no logner necessary. This script still has attachment-caching. That's not strictly necessary, but a useful feature.
2010-12-28remoteusage: Can this be simplified with the 0.5 release?Thomas Schwinge
2010-05-13And another indentation.Jesse Rosenthal
I really am growing to hate the way emacs markdown mode uses tabs. I will start previewing this locally from now on.
2010-05-13And pretty up the script some more.Jesse Rosenthal
Indentations.
2010-05-13Simplify script.Jesse Rosenthal
Don't read the whole thing into a variable on the search.
2010-05-12Quote "CACHE" variable in script.Jesse Rosenthal
Quote the CACHE variable, in case someone has some weird home directory with spaces, or something else unexpected.
2010-05-12Added a "Downloading..." message to the fetching.Jesse Rosenthal
Added a downloading message for fetching, so users will know that *something* is happening.
2010-05-12Fix elisp snippets again.Jesse Rosenthal
I need to get a better markdown previewer on my local machine.
2010-05-12Fix elisp formatting.Jesse Rosenthal
Fix the formatting of the elisp snippets.
2010-05-12Changed remote usage to reflect new caching script.Jesse Rosenthal
2010-05-12Changed the script to pause after every message. More consistent.Jesse Rosenthal
2010-04-19Fixed typo in ControlMaster section of remoteusageJesse Rosenthal
2010-04-19Fixed indentation on shell-script on remote-usage page.Jesse Rosenthal
2010-04-19Added a section on ControlMaster for speeding up ssh.Jesse Rosenthal
Also added a note on how to run notmuch new.
2010-04-19Added a how-to page on remote usage.Jesse Rosenthal