all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andrea Crotti <andrea.crotti.0@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Sh scripts and yasnippet
Date: Thu, 12 Aug 2010 13:03:12 +0200	[thread overview]
Message-ID: <m1lj8cdrf3.fsf@gmail.com> (raw)

I just got an idea that could maybe make life easier to sysadmins.

Given a script like

--8<---------------cut here---------------start------------->8---
#!/bin/sh
DST=$1
SRC=$2

cp -R $DST $SRC
--8<---------------cut here---------------end--------------->8---


Sometimes it's hard to remember what are the arguments without looking
into the code or read the usage.
And more important maybe the script does something which now is wrong,
so it would be better to check first.

What if we could have something like

- script to snippet
- snippet expansion
- open a confirmation buffer with the values expanded and run

would it not be great?
It could work for any language script, but we have to know how
substitutions are done, and it could be not always trivial (shift in sh
scripts for example).

Anyone interested?




             reply	other threads:[~2010-08-12 11:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-12 11:03 Andrea Crotti [this message]
2010-08-12 11:32 ` Sh scripts and yasnippet Andrea Crotti

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m1lj8cdrf3.fsf@gmail.com \
    --to=andrea.crotti.0@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.