# pending-pushes

> This tool will let you know when you've forgotten to push something in a directory you're tracking!

Latest version **1.1.5** (published 2020-12-13) · MIT license · 0 weekly downloads

## Install

```sh
npm install pending-pushes
pnpm add pending-pushes
yarn add pending-pushes
bun add pending-pushes
```

Provides the command `pending-pushes`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.5 |
| Published | 2020-12-13 |
| First published | 2020-12-12 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 5 |
| Unpacked size | 25.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Maintainers | noodles-please-me |

## Links

- npm: https://www.npmjs.com/package/pending-pushes
- Repository: https://github.com/RyanMKrol/pending-pushes
- Homepage: https://github.com/RyanMKrol/pending-pushes#readme
- Issues: https://github.com/RyanMKrol/pending-pushes/issues
- npm.io page: https://npm.io/package/pending-pushes

## Dependencies (5)

- [chalk](https://npm.io/package/chalk.md) ^4.1.0
- [yargs](https://npm.io/package/yargs.md) ^16.2.0
- [core-js](https://npm.io/package/core-js.md) ^3.8.1
- [shelljs](https://npm.io/package/shelljs.md) ^0.8.4
- [noodle-utils](https://npm.io/package/noodle-utils.md) ^3.3.2

## Recent versions

- 1.1.5 (latest) — 2020-12-13
- 1.1.4 — 2020-12-13
- 1.1.3 — 2020-12-13
- 1.1.2 — 2020-12-13
- 1.1.1 — 2020-12-13
- 1.1.0 — 2020-12-13
- 1.0.2 — 2020-12-12
- 1.0.1 — 2020-12-12
- 1.0.0 — 2020-12-12

## README

# pending-pushes

This tool will let you know when you've forgotten to push something in a directory you're tracking!

## Motivation

More often than I'd care to admit, I've done a piece of work and left it sitting in my local repo, without pushing the change out. This tool will let me watch certain directories, and let me know every time I open the terminal whether I have some work that needs pushing out!

## Usage

This has only been testing with the following setup:

- OS - macOS Big Sur
- Node Version - v12.18.2

Hopefully, this works in other environments but I can't promise anything!

Assuming this tool is compatible with your setup, here's a quick guide for how to use it.

### Installation

`npm install -g pending-pushes`

### Adding a directory

`pending-pushes --add <your_directory_of_choice>`

### Adding multiple directories

`pending-pushes --add <your_directory_of_choice> --depth <number>`

### Removing a directory from tracking

`pending-pushes --remove <your_directory_of_choice>`

### Listing currently tracked directories

`pending-pushes --list`

### Checking your tracked directories for pending pushes

`pending-pushes`

> Note: This command should be put in your .zshrc or equivalent file so you can see what paths need pushing on each shell startup!

---
_Source: https://npm.io/package/pending-pushes · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
