Chouser

Results 21 comments of Chouser

I fixed this and it should still allow shellista to work cross platform. Submitted a pull request for review.

jsbain, good catch. the rm used is from the original shelista. How about rm will only remove a single file. To remove everything from a directory and/or subdirectories -r flag...

@jsbain I forgot to reload the module after making changes which resulted in deleting my Documents folder.

Should be fixed if you re download shellista-core

Added argparse and -r -v -f flags to core rm_plugin.py. The default of rm will remove a single file and ask for confirmation. The -r flag will recursively remove directories....

@transistor1 Looks like a good roadmap. I like the idea to keep shellista a single file and download all other core modules on run. We could add non-core modules to...

@transistor1 That sounds like a great idea. Feel free to take any part of ShellistaEXT that makes it easier. The loading method of modules felt pretty solid to me. Very...

@khilnani for development purposes you can drop your module into shellista/plugins/extensions. However a plugin add url is a good idea.

I removed the tag from github and ssh installs fine. I'm guessing it's an issue with gittle cloning the refs/tags.

@transistor1 it appears to happen when the -m flag is present in a tag. Without the -m the plugin installs fine.