Crates.io | cargo-atomic |
lib.rs | cargo-atomic |
version | 0.1.0 |
source | src |
created_at | 2024-05-31 19:54:12.109896 |
updated_at | 2024-05-31 19:54:12.109896 |
description | A CLI tool to help make local git commits easier. |
homepage | |
repository | https://github.com/ExtremelyRyan/atomic |
max_upload_size | |
id | 1258253 |
size | 54,844 |
Atomic is a command-line tool designed to streamline the process of making "atomic" commits. It addresses the challenge of remembering to save frequent snapshots of your code without disrupting your workflow. By defining custom commands in an atomic.toml file located in your project's root directory, Atomic allows you to execute your desired actions while automatically creating local commit snapshots in Git. This ensures that your changes are captured efficiently and without interrupting your focus.
Rust, because I like it.Also with clap, git2, thiserror, toml
Rust MSRV: 1.74 Windows 10/11 not tested on linux (yet)
[?] TODO
[?] TODO
See the open issues for a list of proposed features (and known issues).
Reach out to the maintainer at one of the following places:
If you want to say thank you or/and support active development of Atomic:
The original setup of this repository is by Ryan.