st2

Crates.iost2
lib.rsst2
version0.9.1
sourcesrc
created_at2019-11-14 00:22:07.523278
updated_at2019-11-16 02:55:45.622499
descriptionstatus of git repository, optionally limited to one or more files or directories
homepage
repositoryhttps://github.com/ctsrc/repotools/tree/master/st2
max_upload_size
id181078
size15,677
(throwaway1676847773)

documentation

README

st2

Crates.io

This crate provides the st command, and is part of the repotools set of utilities.

You can install all of the repotools utilites by running the following command in your terminal:

cargo install repotools

If you want to install only some of them, you can install them individually. Refer to the repotools for the full list of utilities and links to their individual crates.

To install st utility individually, run the following command in your terminal:

cargo install st2

Usage

st [<pathspec>...] – status of git repository, optionally limited to one or more files or directories

My workflow usually goes, write some code, stage some code, research something, test the changes, write some code, stage some code, and so on.

Every now and then between writing, staging, etc, I look at what I've staged for commit so far, and what has not yet been staged. For the high-level bird's eye view of that there is st.

st is like git status, only more awesome.

Commit count: 90

cargo fmt