]> git.madduck.net Git - code/vcsh.git/blob - TODO

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Re-introduce `vcsh use` and `vcsh exit`
[code/vcsh.git] / TODO
1 # zsh-specific #
2
3 * Hack vcsh so it can be sourced by zsh, bash & dash
4 ** bash & dash done
5 ** zsh will need some emulate sh
6 * Use PROMPT_SUBST in my own prompt instead of calling buildPS1 again to make this work for everyone, not just me
7
8
9 # Once `vcsh use` works again #
10
11 * If we are within a vcsh already, only help, run and exit should be allowed
12 * ^d re-binding does fail weirdly once i vcsh exit
13 * Set git config core.worktree $HOME or ../../../.. ?
14 * vcsh clone fails when remote is empty
15
16
17 # Related #
18
19 * Package for Debian
20
21
22 # Undecided #
23
24 * Make sure `vcsh run foo` only runs for git & gitk (maybe?)
25 * vcsh remove/delete
26 * Have an aborted vcsh clone delete the repo it tried to clone?