Check if a repository has untracked or added files
Shared utilities for Paperclip adapters: process spawning, environment injection, sandbox/SSH transport, workspace sync, and the round-trip helpers that move code between the local execution-workspace cwd and wherever the agent actually runs.
An npm package to use the List-of-Dirty-Naughty-Obscene-and-Otherwise-Bad-Words
Reads your git tags to generate a unique human-readable version for every git commit
Extends Chai with lint-friendly terminating assertions.
A permissive parser for dirty JSON data that does its best
Provides metadata and conversions from repository urls for GitHub, Bitbucket and GitLab
unist utility to get the position of a node
Serverless plugin to expose git status to serverless services
creates a version file to display git info in your angular app
TypeScript definitions for dirty-chai
a util for spawning git from npm CLI contexts
A tiny & fast key value store with append-only disk log. Ideal for apps with < 1 million records.
A quick & dirty Gradle build file to JavaScript object parser
A light-weight jQuery "dirty forms" Plugin - it monitors HTML forms and alerts users to unsaved changes if they attempt to close the browser or navigate away from the page. (Are you sure?)
Shared utilities for Paperclip adapters: process spawning, environment injection, sandbox/SSH transport, workspace sync, and the round-trip helpers that move code between the local execution-workspace cwd and wherever the agent actually runs.
Get all git semver tags of your repository in reverse chronological order.
The Quick and Dirty Literate Programming Documentation Generator
Returns false if a git repository has no staged, unstaged or untracked changes.
Obtain information about Git repository revision in format like 'master-c73-gbbb6bec'
A pure JavaScript reimplementation of git for node and browsers
Terminal UI for staging and shipping cross-repo migrations across the super stack
Ensures the working directory is clean and that there are no unpulled changes
Quick and dirty signatures for Objects.
Fig is a utility for configuring environments and managing dependencies across a team of developers. Given a list of packages and a command to run, Fig builds environment variables named in those packages (e.g., CLASSPATH), then executes the command in that environment. The caller's environment is not affected. Built from git SHA1: f9ab9a8-dirty
Easily run dirty cucumber features and rspec specs in your current project if you're using git
Gem exposes `githl` binary that allows to perform line count / contributor at current HEAD. Running on dirty working tree will produce git errors. Binary has a couple of options: `-p` or `--path` specifies relative path, defaults to `.`; `-i` or `--include` specify included files/directories or file extensions; `-e` or `--exlude` specify exluded files/directories or file extensions; `-v` or `--version` prints version. Currently does not work with non-UTF-8 encoded files.
Version 1.0.1 Update Notes: -Updated README "HOW TO RUN" -I'm not sure how to format this so it looks good on the gems website so please just see the README file. USE CASES: 1. Your friends bully you because your imaginary role playing worlds are predictable and boring. 2. You like seeing chars printed in nifty patterns. HOW TO RUN: 1. Run `super_simple_world_builder` 2. Follow the prompts EXAMPLE INPUT: Guten Tag! Welcome to Super Simple World Builder. Enter 1 to build a random world Enter 2 to build a custom world Please enter your selection (1, 2, or exit): 2 Enter the name of your world: Community-Town Enter the minimum width of the world: 15 Enter the minimum height of the world: 15 What character do you want to fill the background of your world with? (i.e. any character or single space) How many lake features do you want? 3 How many mountain features do you want? 2 How many town features do you want? 3 How many forest features do you want? 4 OUTPUT: 1. Console print out of the world map 2. A text file of the world map ACHTUNG: 1. Don't worry if the width or height entered is too small. The world will automatically enlarge to fit all features. 2. World maps look better when you enter a <space> as the character to fill the background. 3. This is a quick-and-dirty project so yolo with the specs. I added comments as a consolation prize. 4. See `feature_set.rb` to tweak the features that can be added to the world map. 5. Interestingly, menu prompts may not show up in the git bash terminal. But they do show up in Windows command prompt, so lmao. 6. Feel free to tweak the code however you like. I plan to refactor in the future to dry up some sections.