fac alternatives and similar packages
Based on the "DevOps Tools" category.
Alternatively, view fac alternatives based on common mentions on social networks and blogs.
-
Moby
Moby Project - a collaborative project for the container ecosystem to assemble container-based systems -
Packer
Packer is a tool for creating identical machine images for multiple platforms from a single source configuration. -
Flynn
[UNMAINTAINED] A next generation open source platform as a service (PaaS) -
webhook
webhook is a lightweight incoming webhook server to run shell commands -
Ddosify
High-performance load testing tool, written in Golang. For distributed and Geo-targeted load testing: Ddosify Cloud - https://ddosify.com 🚀 -
Mizu
The API traffic viewer for Kubernetes providing deep visibility into all API traffic and payloads going in, out and across containers and pods inside a Kubernetes cluster. Think TCPDump and Wireshark re-invented for Kubernetes [Moved to: https://github.com/kubeshark/kubeshark] -
dasel
Select, put and delete data from JSON, TOML, YAML, XML and CSV files with a single tool. Supports conversion between formats and can be used as a Go package. -
StatusOK
Monitor your Website and APIs from your Computer. Get Notified through Slack, E-mail when your server is down or response time is more than expected. -
goxc
a build tool for Go, with a focus on cross-compiling, packaging and deployment -
s3gof3r
Fast, concurrent, streaming access to Amazon S3, including gof3r, a CLI. http://godoc.org/github.com/rlmcpherson/s3gof3r -
Fleet device management
Fleet is the lightweight, programmable telemetry platform for servers and workstations. Get comprehensive, customizable data from all your devices and operating systems — without the downtime risk. -
uTask
µTask is an automation engine that models and executes business processes declared in yaml. ✏️📋 -
kwatch
:eyes: monitor & detect crashes in your Kubernetes(K8s) cluster instantly -
cassowary
:rocket: Modern cross-platform HTTP load-testing tool written in Go -
jcli
Jenkins CLI allows you to manage your Jenkins in an easy way. Jenkins 命令行客户端 -
easyssh-proxy
easyssh-proxy provides a simple implementation of some SSH protocol features in Go -
metric
Minimal metrics for Go (counter/gauge/histogram). No dependencies. Compatible with expvar. Web UI included.
Access the most powerful time series database as a service
Do you think we are missing an alternative of fac or a related project?
Popular Comparisons
README
Easy-to-use CUI for fixing git conflicts
I never really liked any of the mergetools
out there so I made a program that is somewhat easier to use.
👷 Installation
Execute:
$ go get github.com/mkchoi212/fac
Or using Homebrew 🍺
brew tap mkchoi212/fac https://github.com/mkchoi212/fac.git
brew install fac
🔧 Using
fac
operates much like git add -p
. It has a prompt input at the bottom of the screen where the user inputs various commands.
The commands have been preset to the following specifications
Keybinding | Description |
---|---|
w | show more lines up |
s | show more lines down |
a | use local version |
d | use incoming version |
e | manually edit code |
j | scroll down |
k | scroll up |
v | [v]iew orientation |
n | [n]ext conflict |
p | [p]revious conflict |
h, ? | [h]elp |
q, Ctrl+c | [q]uit |
[w,a,s,d,?] >> [INPUT HERE]
⚙️ Customization
The above key-bindings and various behaviors can be altered by creating a .fac.yml
file in your home directory.
Please refer to the [configuration README.md](./binding/README.md) for more information.
✋ Contributing
This is an open source project so feel free to contribute by
- Opening an issue
- Sending me feedback via [email](mailto://[email protected])
- Or tweet at me!
👮 License
See [License](./LICENSE)
*Note that all licence references and agreements mentioned in the fac README section above
are relevant to that project's source code only.