Picasa-CLI Feature addition
For some time google's repo was read only, so I could not commit my code. I have added the delete album command : rmalbum. I have also changed the output format for lsalbums. I will give an example for both :
Features still in queue are : lspics, put, get
> lsalbums
Getting the list of albums ...
Album ID : Album Title (Num of Pics)
5410863409969011969 : New Album (0)
> rmalbum
Title of the album to delete:
Title: New Album
Deleting album : New Album
Features still in queue are : lspics, put, get
Comments