PCLinuxOS-Forums
News: ...FLASH!!! ...New PCLinuxOS Testing board now open. Register today! Be an active contributor to the PCLinuxOS future! ... Read all about it now, on THIS forum!!!..
 
*
Welcome, Guest. Please login or register. May 27, 2012, 07:14:16 AM


Login with username, password and session length


Pages: [1]   Go Down
  Print  
Author Topic: [SOLVED]todo.txt-cli setup problems  (Read 504 times)
trinux
Jr. Member
**
Offline Offline

Posts: 41



« on: December 22, 2010, 02:56:52 AM »

Hello all,

First off, I'd like to say thanks to the developers and the community for the great distro and the awesome community built around it, I've been playing with PCLOS for a couple months and have found the forums very helpful on many occasions. I'm not new to Linux but my experience is almost entirely with Debian based systems, and almost always Gnome as well. Now I'm switching to PCLOS (KDE) full-time because it's been awesome in the time I've spent with it, and maybe I need something to do since Lost ended Wink

Here's my question: I'm having trouble setting up a script I use, todo.txt-cli. Is anyone familiar with this script? Is anyone using it in PCLOS? I've followed the instructions, which consist of putting a .cfg and .sh file into the home folder, setting up the path to the todo list in the .cfg file, and running "$ chmod +x todo.sh" in the terminal. This has always worked for me in other distros, but I am at a loss. One thing that has been happening is that each time I edit the .cfg or .sh, a duplicate appears with a recycling symbol icon beside it in my home folder. Any help would be greatly appreciated. Thanks again

Trinux



Logged

mama never told me there'd be days like these 'til it was much too late to recover
Old-Polack
Administrator
Hero Member
*****
Offline Offline

Posts: 9695


----IOFLU----


« Reply #1 on: December 22, 2010, 05:00:08 AM »

Hello all,

First off, I'd like to say thanks to the developers and the community for the great distro and the awesome community built around it, I've been playing with PCLOS for a couple months and have found the forums very helpful on many occasions. I'm not new to Linux but my experience is almost entirely with Debian based systems, and almost always Gnome as well. Now I'm switching to PCLOS (KDE) full-time because it's been awesome in the time I've spent with it, and maybe I need something to do since Lost ended Wink

Here's my question: I'm having trouble setting up a script I use, todo.txt-cli. Is anyone familiar with this script? Is anyone using it in PCLOS? I've followed the instructions, which consist of putting a .cfg and .sh file into the home folder, setting up the path to the todo list in the .cfg file, and running "$ chmod +x todo.sh" in the terminal. This has always worked for me in other distros, but I am at a loss. One thing that has been happening is that each time I edit the .cfg or .sh, a duplicate appears with a recycling symbol icon beside it in my home folder. Any help would be greatly appreciated. Thanks again

Trinux


Haven't a clue as to what the script is about, but the best place for it is in a ~/bin directory, which is then in your users $PATH by default. The backup files are the result of a default setting in kwrite. You can change that if you wish, so the backups are not saved. I usually leave them until I'm sure any modifications to my scripts are working as planned, then delete any and all with a rm -f *.~ command.
Logged

Old-Polack

Of what use be there for joy, if not for the sharing thereof?



Lest we forget...
trinux
Jr. Member
**
Offline Offline

Posts: 41



« Reply #2 on: December 22, 2010, 05:24:10 AM »

I probably should have explained the script in my OP, it's just a script to manage a todo list via the command line and a plain text file. I use it and dropbox to manage my work flow across operating systems, my work requires me to use mac and windows. If I can't get it to work I can use a plasma widget to display the text file, but I'd like to be able to use Konsole since it's faster and it's what I'm used to. I am hesitant to link to post links because I don't want to be mistaken for a spammer, but a google search for todo.txt will show the home page for the script and it has been profiled on lifehacker a few times since it was created by one of their writers.

Trinux
Logged

mama never told me there'd be days like these 'til it was much too late to recover
Old-Polack
Administrator
Hero Member
*****
Offline Offline

Posts: 9695


----IOFLU----


« Reply #3 on: December 22, 2010, 06:24:00 AM »

I probably should have explained the script in my OP, it's just a script to manage a todo list via the command line and a plain text file. I use it and dropbox to manage my work flow across operating systems, my work requires me to use mac and windows. If I can't get it to work I can use a plasma widget to display the text file, but I'd like to be able to use Konsole since it's faster and it's what I'm used to. I am hesitant to link to post links because I don't want to be mistaken for a spammer, but a google search for todo.txt will show the home page for the script and it has been profiled on lifehacker a few times since it was created by one of their writers.

Trinux


Is this video example what you are referring to? If so, it seems quite handy. Wink

http://ginatrapani.github.com/todo.txt-cli/

Logged

Old-Polack

Of what use be there for joy, if not for the sharing thereof?



Lest we forget...
trinux
Jr. Member
**
Offline Offline

Posts: 41



« Reply #4 on: December 22, 2010, 03:09:43 PM »

Yeah that's the script, Gina Trapani posted several how-to's on lifehacker about it a couple years ago and I've been hooked ever since. Using a drop down terminal like Yakuake or Tilda and running this script makes managing a todo list really fast and easy. Until I get it figured out I've got a widget displaying my todo list on my desktop, which works but I've got to open dolphin etc to edit my  todo, it's much faster to call up the terminal and have everything a few keystrokes away.

Trinux
Logged

mama never told me there'd be days like these 'til it was much too late to recover
Old-Polack
Administrator
Hero Member
*****
Offline Offline

Posts: 9695


----IOFLU----


« Reply #5 on: December 22, 2010, 03:25:41 PM »

Yeah that's the script, Gina Trapani posted several how-to's on lifehacker about it a couple years ago and I've been hooked ever since. Using a drop down terminal like Yakuake or Tilda and running this script makes managing a todo list really fast and easy. Until I get it figured out I've got a widget displaying my todo list on my desktop, which works but I've got to open dolphin etc to edit my  todo, it's much faster to call up the terminal and have everything a few keystrokes away.

Trinux

So what part is currently not working? It all looks pretty elementary in the video.
Logged

Old-Polack

Of what use be there for joy, if not for the sharing thereof?



Lest we forget...
trinux
Jr. Member
**
Offline Offline

Posts: 41



« Reply #6 on: December 22, 2010, 04:00:11 PM »

it really is very simple, and i just found the solution:
I had an extra "/" at the end of the file path in the cfg and I had an extra "." in the alias for ./todo.sh

I thought there had to be something bigger going on, but it turns out the devil is in the details. Thanks for not laughing too hard  Cheesy

Trinux
Logged

mama never told me there'd be days like these 'til it was much too late to recover
Old-Polack
Administrator
Hero Member
*****
Offline Offline

Posts: 9695


----IOFLU----


« Reply #7 on: December 22, 2010, 04:28:24 PM »

it really is very simple, and i just found the solution:
I had an extra "/" at the end of the file path in the cfg and I had an extra "." in the alias for ./todo.sh

I thought there had to be something bigger going on, but it turns out the devil is in the details. Thanks for not laughing too hard  Cheesy

Trinux



Too late!
Logged

Old-Polack

Of what use be there for joy, if not for the sharing thereof?



Lest we forget...
trinux
Jr. Member
**
Offline Offline

Posts: 41



« Reply #8 on: December 22, 2010, 04:51:04 PM »

Yeah, I definitely earned that  Grin
Logged

mama never told me there'd be days like these 'til it was much too late to recover
Pages: [1]   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines

Valid XHTML 1.0! Valid CSS! Dilber MC Theme by HarzeM