#git #crawler #git-commit #cli #cli-tool

app git-leave

Check for unsaved or uncommitted changes on your machine

15 stable releases

1.6.1 Jun 19, 2023
1.6.0 Apr 16, 2023
1.5.7 Dec 15, 2022
1.5.6 Sep 2, 2022
1.2.0 Jan 23, 2022

#759 in Development tools

Download history 7/week @ 2024-02-22 7/week @ 2024-02-29 6/week @ 2024-03-07 3/week @ 2024-03-14 79/week @ 2024-03-28 55/week @ 2024-04-04

134 downloads per month

MIT license

20KB
302 lines

Git Leave Logo

Check for unsaved or uncommitted changes on your machine.

Usage

Set the leaveTool.defaultFolder key in your git global configuration file to use the --default or -d flag.

# Your global .gitconfig
[leaveTool]
    defaultFolder = ~/path/to/projects
Check for unsaved or uncommitted changes on your machine.

Usage: git-leave [OPTIONS] [DIRECTORY]

Arguments:
  [DIRECTORY]  The directory to search in [default: .]

Options:
  -d, --default            Use git config default folder value for the directory to search in
      --follow-symlinks    Should we follow symlinks
      --show-directories   Should we show the directories we are actually crawling
      --threads <THREADS>  The number of cores to use for crawling [default: number_of_cores]
  -h, --help               Print help
  -V, --version            Print version

Credits

  • woobuc/sweep for many concept I implemented here (threads, logging)

Dependencies

~17–28MB
~455K SLoC