github odeke-em/drive v0.0.8

latest releases: v0.4.0, v0.3.9.1, v0.3.9...
9 years ago

Features:

  • Set whether not to notify the user on successful sharing.
  • Fixed bugs with arg mismatches between permissions and roles, reorganized permissions.
  • Sending results through channels so remote and local resoultions are non-blocking until the final merge.
  • Fixed a bug in which leastNonExistant path checks were implicitly performed on every single path passed in, yet this should only be done for mounted pushes. For example
    if path 2015/Pictures exists but 2015/Pictures/Fields/CenturyPark doesn't yet exist
  • Mounted push:
$ drive push -m ~/Desktop/content 2015/Pictures/Fields/CenturyPark

will try to find the leastNonExistant path to clean up after the push is done so 2015/Pictures/Fields

However for a normal operation e.g list, pull, push, stat
This would produce undesired results ie always resolving relative to 2015/Pictures instead of the whole path.

  • Started a stat command to give information on a specific file. This will be useful when deciding what permissions to set/clear for a specific file:
    screen shot 2015-01-25 at 1 37 03 am
  • Added a simple spinner during resolution just to occupy the user:
    screen shot 2015-01-25 at 1 37 28 am

Don't miss a new drive release

NewReleases is sending notifications on new releases.