Giter Club home page Giter Club logo

cargo-yaml's People

Contributors

storedbox avatar

Watchers

 avatar

cargo-yaml's Issues

Add support for color output

  • the -c and --color cmdline flags should not be ignored
  • when color is enabled, output should mirror the coloring scheme of builtin Cargo subcommands
  • when color is set to auto, color should be enabled on (color) terminals and disabled otherwise

Automatically convert Cargo.yml every time it changes

I like cargo-yaml, but obviously I'm going to forget calling it before issuing cargo commands. Some security is in order here. I wondered about watching Cargo.yml for changes, but watching is always quite a pain. I found a solution for my personal case, so I though I share it here. Maybe it's good enough to be included in the readme, but since I use fish shell, it's not bash...

I put the following in my config.fish

function cargo --wraps=cargo --description="Wraps cargo to make sure cargo-yaml is called if Cargo.yml has changed"

	if         test   -e Cargo.yml                               # if Cargo.yml exists
	if command test ! -e Cargo.toml -o Cargo.yml -nt Cargo.toml  # and it's newer than Cargo.toml

		command cargo yaml                                        # run cargo-yaml

	end
	end

	command cargo $argv                                          # call actual cargo command passing arguments

end

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.