nabijaczleweli / cargo-update

A cargo subcommand for checking and applying updates to installed executables
MIT License
1.22k stars 42 forks source link

Some idea? cargo-pkg #69

Closed biluohc closed 6 years ago

biluohc commented 6 years ago

Your work is good, but we maybe need a package manager?

cargo pkg install  [--type git/path] xxx 

cargo pkg remove xxx  

cargo pkg list [--type git/path] 

cargo pkg update [-a] [--git]

cargo pkg init (check .crates.toml and install all)
nabijaczleweli commented 6 years ago

You mean cargo? I'm really not sure what you're talking about.

mati865 commented 6 years ago

See if cargo-edit is what you wanted.

biluohc commented 6 years ago

@mati865 cargo-edit can manage the dependencies for a project, but I need a tool to manage the installed executables.

cargo could install or install --list (it is very simple) now, if need to remove, should to rm the file and modify $CARGO_HOME/.crates.toml (delete the installled log).

Perhaps, I should to wait cargo completely.

nabijaczleweli commented 6 years ago

I did what I could with the formatting and spelling but I still haven't the faintest as to what you're talking about. Have you seen cargo uninstall?

biluohc commented 6 years ago

@nabijaczleweli Thank you, I needed cargo uninstall.