]> 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:

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