Features added to picasa-cli

    So, things are going fine. I have got time to write some code and I have added few commands to the picasa-cli.
   You can list your local current working directory by 'lcwd', change you local working directory with lcd, list files and directories using lls, lls can also list files directories in some other directory if you give it an argument.
   For your albums, you can list them with 'lsalbums', you can make a new album with 'mkalbum'.
lsalbum shows the output in this format:

> lsalbums
Getting the list of albums ...
Title: Album-01 , Photos:   17, ID: 5407244689903991377
Title: My Pics  , Photos:   33, ID: 5399168174659430817

It shows album title, number of photos in that album and the album id.

'mkalbum' command can be used like this:

> mkalbum -t New_Album -s Some_New_Album
Trying to create 'New_Album' album ..
New album New_Album created


You give a album's name/title with -t option and a summary with -s option. You can use --title and --summary or any combination of -t, -s, --title and --summary. Currently I am having problem with space in title or summary. I will solve that soon.

Hope to add some more features soon .

Comments

Popular Posts