Interesting post on just that from one of my reference guys (from Fusebox era):

http://www.halhelms.com/blog/index.cfm?mode=entry&entry=057F0E9E-FF20-683A-FD6044016B235045

Forget git and let's make images or package-cache saves.

That's what triggered me to do the rli (run latest image) thing (attached sh)

aliases in my .profile are:

alias pharo=/usr/local/pharo/bin/vm-ui.sh
alias pharocli=/usr/local/pharo/bin/vm.sh
alias pharo20='/usr/local/pharo/bin/vm-ui.sh
/usr/local/pharo/image/20/Pharo.image'
alias pharo14='/usr/local/pharo/bin/vm-ui.sh
/usr/local/pharo/image/14/Pharo-1.4.image'

. ~/MyScripts/extracommands.sh

e.g.

opw Pomodoro
rli

opw Pomodoro
pharocli `lsli` save HODev20130336_1130
rli

Thinking of which, I'd add rpw and cpw and lspw (remove pharo
workspace, copy pharo workspace, ls pharo workspaces).

Ha, it is time to do that in Pharo itself with a command line
handler... More to learn but FileSystem is going to help for sure :-)

Phil

2013/3/25 Benjamin <[email protected]>:
> Cool :)
>
> One of my plan for 3.0 is more agile tools :)
> I have started a new auto test, and I wanted a Pomodoro :)
>
> Now we can join forces :)
> What I thought was cool is a pomodoro which block the ui during pauses, log
> the changes during sessions, and commit in the package-cache at the end of
> each iteration :P
>
> Ben
>
> On Mar 25, 2013, at 11:03 PM, DeNigris Sean <[email protected]> wrote:
>
> philippeback:
> I started this little thing, anyone welcome to improve it...
>
> http://smalltalkhub.com/#!/~philippeback/HOPomodoro
>
>
> Cool idea! I fixed the layout for the Morph and the control button so it
> doesn't look like:
>
> <Screen Shot 2013-03-25 at 5.45.47 PM.png>
>
> Cheers,
> Sean
>
> p.s. if you add me to the repo, I'll commit myself next time ;)
>
> <HighOctane-Pomodoro-SeanDeNigris.15.mcz>
>
>

Attachment: extracommands.sh
Description: Bourne shell script

Reply via email to