Mercurial > my-enso-commands
annotate README @ 19:854065d98c3d default tip
Added features to SubprocessRunner, and 'try jetpack bugzilla patch' command
| author | Atul Varma <varmaa@toolness.com> |
|---|---|
| date | Sun, 04 Apr 2010 19:48:18 -0700 |
| parents | 141cd4e612bb |
| children |
| rev | line source |
|---|---|
|
4
141cd4e612bb
With the advent of the scriptotron's ability to auto-detect execfile() calls in .ensocommands, the procedure for installing my commands has changed, and I no longer need to have a makefile that copies my .ensocommands file into my-enso-commands.py. Modified the README to reflect this.
Atul Varma <varmaa@toolness.com>
parents:
0
diff
changeset
|
1 These are Atul's Enso commands. To install these commands, just add |
|
141cd4e612bb
With the advent of the scriptotron's ability to auto-detect execfile() calls in .ensocommands, the procedure for installing my commands has changed, and I no longer need to have a makefile that copies my .ensocommands file into my-enso-commands.py. Modified the README to reflect this.
Atul Varma <varmaa@toolness.com>
parents:
0
diff
changeset
|
2 the following line to your .ensocommands file (creating it if it |
|
141cd4e612bb
With the advent of the scriptotron's ability to auto-detect execfile() calls in .ensocommands, the procedure for installing my commands has changed, and I no longer need to have a makefile that copies my .ensocommands file into my-enso-commands.py. Modified the README to reflect this.
Atul Varma <varmaa@toolness.com>
parents:
0
diff
changeset
|
3 doesn't exist) in your home directory: |
|
141cd4e612bb
With the advent of the scriptotron's ability to auto-detect execfile() calls in .ensocommands, the procedure for installing my commands has changed, and I no longer need to have a makefile that copies my .ensocommands file into my-enso-commands.py. Modified the README to reflect this.
Atul Varma <varmaa@toolness.com>
parents:
0
diff
changeset
|
4 |
|
141cd4e612bb
With the advent of the scriptotron's ability to auto-detect execfile() calls in .ensocommands, the procedure for installing my commands has changed, and I no longer need to have a makefile that copies my .ensocommands file into my-enso-commands.py. Modified the README to reflect this.
Atul Varma <varmaa@toolness.com>
parents:
0
diff
changeset
|
5 execfile("/absolute/path/to/my-enso-commands.py") |
