Skip to content
This repository has been archived by the owner on Nov 5, 2020. It is now read-only.

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
IlanCosman committed Oct 27, 2020
1 parent f097625 commit 5cd9511
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,10 @@ Scuba is highly inspired by [Fisher][] and operates similarly. What are the adva

### Differences

- Commands vs. File-based configuration - Scuba does not offer two seperate approaches for managing plugins. Instead, everything is done via commands.
- Commands vs. File-based configuration - Scuba does not offer two separate approaches for managing plugins. Instead, everything is done via commands.

- No non-useful bells and whistles
- No cache fallback - Fisher offers a cache fallback for installed plugins. However, caching doesn't make much sense when downloading and installing a plugin takes under a second. Caching requires that Fisher create permenant directories on your machine. It has also been the source of multiple bugs.
- No cache fallback - Fisher offers a cache fallback for installed plugins. However, caching doesn't make much sense when downloading and installing a plugin takes under a second. Caching requires that Fisher create permanent directories on your machine. It has also been the source of multiple bugs.
- No installing plugins from private git servers. Fisher 4.0 is also slated to remove this feature.

## Acknowledgements
Expand Down
2 changes: 1 addition & 1 deletion functions/scuba.fish
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ function scuba
argparse --stop-nonopt 'v/version' 'h/help' -- $argv

if set -q _flag_version
printf '%s\n' 'scuba, version 0.1'
printf '%s\n' 'scuba, version 1.0.0'
else if set -q _flag_help
_scuba_help
else if functions --query _scuba_sub_$argv[1]
Expand Down

0 comments on commit 5cd9511

Please sign in to comment.