Jeremy Gransden | 1 Apr 2008 01:15
Picon

Re: PATH=$PATH: for Mac Leopard

the ./ is telling the shell to look in the current directory for the todo.sh; try removing it.

what happens when you type:

echo $PATH
at the command prompt?

also, I dont think you want the quotes around /users/craniac/Documents/todo


thanks,
jeremy


On Mon, Mar 31, 2008 at 6:38 PM, grokosaurus <Craniac-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:

Hi,

I've got todo.sh working with the alias command for the most part. My
.bash_profile reads as follows:

PATH=$PATH:"/users/craniac/Documents/todo"
alias t='./todo.sh'

 

 


The alias is working great, but the PATH statement doesn't seem to
work yet. I have to be in the "todo" directory for the command to
work. I can CD to /users/craniac/Documents/todo and it places me in
the right directory. Just wondering what I am doing wrong.

I am using a macbook with Leopard and the default shell environment.
Thanks for any tips!


__._,_.___

Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe

__,_._,___
Mark Crane | 1 Apr 2008 01:22
Picon

Re: PATH=$PATH: for Mac Leopard

Removing the "./" fixed everything--thanks!

On Mon, Mar 31, 2008 at 5:15 PM, Jeremy Gransden <jeremy.gransden-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:

the ./ is telling the shell to look in the current directory for the todo.sh; try removing it.

what happens when you type:

echo $PATH
at the command prompt?

also, I dont think you want the quotes around /users/craniac/Documents/todo


thanks,
jeremy


On Mon, Mar 31, 2008 at 6:38 PM, grokosaurus <Craniac-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:

Hi,

I've got todo.sh working with the alias command for the most part. My
.bash_profile reads as follows:

PATH=$PATH:"/users/craniac/Documents/todo"
alias t='./todo.sh'

 

 


The alias is working great, but the PATH statement doesn't seem to
work yet. I have to be in the "todo" directory for the command to
work. I can CD to /users/craniac/Documents/todo and it places me in
the right directory. Just wondering what I am doing wrong.

I am using a macbook with Leopard and the default shell environment.
Thanks for any tips!



__._,_.___

Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe

__,_._,___
peter.efland | 1 Apr 2008 02:33
Picon

Re: Getting birdseye.py to Work Properly?

Hi Jeremy,

unfortunately yeah. I did download Python. 
When i just write "python" in the command line I also get:

$ bash: python: command not found

which is the same as when i write:

$ python.py ~/Todo/todo.txt ~/Todo/done.txt

I guess that could mean that my Python is not working correctly. Is
there some special install process to do in regards to todo.sh??

I downloadet python from: http://www.python.org/download/

Can't see why it shouldn't work.

Thanks, Pedrinho 

--- In todotxt@..., "Jeremy Gransden"
<jeremy.gransden <at> ...> wrote:
>
> do you have python installed?
> 
> python is an interpreted programming language you would have needed to
> install it separately.
> 
> what happens when you just type python and hit enter at the command
prompt?
>

------------------------------------

http://todotxt.comYahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/todotxt/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/todotxt/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:todotxt-digest@... 
    mailto:todotxt-fullfeatured@...

<*> To unsubscribe from this group, send an email to:
    todotxt-unsubscribe@...

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/

peter.efland | 1 Apr 2008 02:39
Picon

Re: Getting birdseye.py to Work Properly?

CORRECTION: 

I of course meant:

$ birdseye.py ~/Todo/todo.txt ~/Todo/done.txt

still same answer:

$ bash: birdseye.py: command not found

--- In todotxt@..., "peter.efland" <phefland <at> ...> wrote:
>
> Hi Jeremy,
> 
> unfortunately yeah. I did download Python. 
> When i just write "python" in the command line I also get:
> 
> $ bash: python: command not found
> 
> which is the same as when i write:
> 
> $ python.py ~/Todo/todo.txt ~/Todo/done.txt
> 
> I guess that could mean that my Python is not working correctly. Is
> there some special install process to do in regards to todo.sh??
> 
> I downloadet python from: http://www.python.org/download/
> 
> Can't see why it shouldn't work.
> 
> Thanks, Pedrinho 
>  
> 
> 
> --- In todotxt@..., "Jeremy Gransden"
> <jeremy.gransden <at> > wrote:
> >
> > do you have python installed?
> > 
> > python is an interpreted programming language you would have needed to
> > install it separately.
> > 
> > what happens when you just type python and hit enter at the command
> prompt?
> >
>

------------------------------------

http://todotxt.comYahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/todotxt/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/todotxt/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:todotxt-digest@... 
    mailto:todotxt-fullfeatured@...

<*> To unsubscribe from this group, send an email to:
    todotxt-unsubscribe@...

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/

Jeremy Gransden | 1 Apr 2008 03:01
Picon

Re: Re: Getting birdseye.py to Work Properly?

are you trying to run python from cygwin without installing it cygwin?

try to run python from a standard cmd prompt on windows.

im not exactly sure on the inner workings of cygwin, but you may need to install it in cygwin through it's installer.


On Mon, Mar 31, 2008 at 8:39 PM, peter.efland <phefland-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:

CORRECTION:

I of course meant:

$ birdseye.py ~/Todo/todo.txt ~/Todo/done.txt

still same answer:

$ bash: birdseye.py: command not found



--- In todotxt-hHKSG33TihhbjbujkaE4pw@public.gmane.org, "peter.efland" <phefland <at> ...> wrote:
>
> Hi Jeremy,
>
> unfortunately yeah. I did download Python.
> When i just write "python" in the command line I also get:
>
> $ bash: python: command not found
>
> which is the same as when i write:
>
> $ python.py ~/Todo/todo.txt ~/Todo/done.txt
>
> I guess that could mean that my Python is not working correctly. Is
> there some special install process to do in regards to todo.sh??
>
> I downloadet python from: http://www.python.org/download/
>
> Can't see why it shouldn't work.
>
> Thanks, Pedrinho
>
>
>
> --- In todotxt-hHKSG33TihhbjbujkaE4pw@public.gmane.org, "Jeremy Gransden"
> <jeremy.gransden <at> > wrote:
> >
> > do you have python installed?
> >
> > python is an interpreted programming language you would have needed to
> > install it separately.
> >
> > what happens when you just type python and hit enter at the command
> prompt?
> >
>


__._,_.___

Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe

__,_._,___
peter.efland | 1 Apr 2008 04:00
Picon

Re: Getting birdseye.py to Work Properly?

Jeremy, you are a Hero!!

I installed python through cygwin, instead of python itself, and ran
it both in the python and a normal cms window. After I ran it in
cygwin my birdseye also finally worked.

Thanks a lot,

Pedrinho

--- In todotxt@..., "Jeremy Gransden"
<jeremy.gransden <at> ...> wrote:
>
> are you trying to run python from cygwin without installing it cygwin?
> 
> try to run python from a standard cmd prompt on windows.
> 
> im not exactly sure on the inner workings of cygwin, but you may need to
> install it in cygwin through it's installer.
> 
> 
> On Mon, Mar 31, 2008 at 8:39 PM, peter.efland <phefland <at> ...> wrote:
> 
> >   CORRECTION:
> >
> > I of course meant:
> >
> > $ birdseye.py ~/Todo/todo.txt ~/Todo/done.txt
> >
> > still same answer:
> >
> > $ bash: birdseye.py: command not found
> >
> >
> > --- In todotxt@... <todotxt%40yahoogroups.com>,
"peter.efland"
> > <phefland <at> > wrote:
> > >
> > > Hi Jeremy,
> > >
> > > unfortunately yeah. I did download Python.
> > > When i just write "python" in the command line I also get:
> > >
> > > $ bash: python: command not found
> > >
> > > which is the same as when i write:
> > >
> > > $ python.py ~/Todo/todo.txt ~/Todo/done.txt
> > >
> > > I guess that could mean that my Python is not working correctly. Is
> > > there some special install process to do in regards to todo.sh??
> > >
> > > I downloadet python from: http://www.python.org/download/
> > >
> > > Can't see why it shouldn't work.
> > >
> > > Thanks, Pedrinho
> > >
> > >
> > >
> > > --- In todotxt@... <todotxt%40yahoogroups.com>, "Jeremy
> > Gransden"
> > > <jeremy.gransden <at> > wrote:
> > > >
> > > > do you have python installed?
> > > >
> > > > python is an interpreted programming language you would have
needed to
> > > > install it separately.
> > > >
> > > > what happens when you just type python and hit enter at the
command
> > > prompt?
> > > >
> > >
> >
> >  
> >
>

------------------------------------

http://todotxt.comYahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/todotxt/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/todotxt/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:todotxt-digest@... 
    mailto:todotxt-fullfeatured@...

<*> To unsubscribe from this group, send an email to:
    todotxt-unsubscribe@...

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/

kyanardag | 5 Apr 2008 03:14
Picon
Favicon

non project entries

 Hi, is it possible to show todo items that are not assigned to a
project? I mean, the ones without "p:".
 I guess todo.sh uses grep to list entries and couldn't find a regular
expression where "p:" containing lines are not shown (I tried "todo
list [^:]" but didn't work).
 thanks.. 

------------------------------------

http://todotxt.comYahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/todotxt/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/todotxt/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:todotxt-digest@... 
    mailto:todotxt-fullfeatured@...

<*> To unsubscribe from this group, send an email to:
    todotxt-unsubscribe@...

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/

Ross | 5 Apr 2008 15:04
Picon

Re: non project entries

--- In todotxt@..., "kyanardag" <yilmaz.11 <at> ...> wrote:
>
>  Hi, is it possible to show todo items that are not assigned to a
> project? I mean, the ones without "p:".
>  I guess todo.sh uses grep to list entries and couldn't find a regular
> expression where "p:" containing lines are not shown (I tried "todo
> list [^:]" but didn't work).
>  thanks..
>

I don't know if there's a way, given that todo.sh is designed to work
with GTD, and in GTD, every next action is associated with a project.
 Why can't you just assign a project to those items, even if there's
only one next action per project?

------------------------------------

http://todotxt.comYahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/todotxt/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/todotxt/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:todotxt-digest@... 
    mailto:todotxt-fullfeatured@...

<*> To unsubscribe from this group, send an email to:
    todotxt-unsubscribe@...

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/

$mike cremer | 5 Apr 2008 19:02
Picon
Favicon

Re: non project entries

>  Hi, is it possible to show todo items that are not assigned to a
> project? I mean, the ones without "p:".

probably could be done more efficiently as a patch to todo.sh, but this 
might work for you:

todo.sh ls | grep -v p:

$mike

------------------------------------

http://todotxt.comYahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/todotxt/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/todotxt/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:todotxt-digest@... 
    mailto:todotxt-fullfeatured@...

<*> To unsubscribe from this group, send an email to:
    todotxt-unsubscribe@...

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/

Robin Green | 8 Apr 2008 22:55
Picon

Race to do todo on google.webapps

Last one to convert Todo.py to google.webapp is a rusty spoon!

   http://code.google.com/appengine/docs/gettingstarted/helloworld.html

- R.

------------------------------------

http://todotxt.comYahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/todotxt/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/todotxt/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:todotxt-digest@... 
    mailto:todotxt-fullfeatured@...

<*> To unsubscribe from this group, send an email to:
    todotxt-unsubscribe@...

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/


Gmane