Project

me

0.0
No commit activity in last 3 years
No release in over 3 years
Small tool for switching common identities (ssh keys, git config, etc)
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 1.7
~> 10.0

Runtime

>= 0
>= 0
 Project Readme

Me

Small tool for switching common identities (ssh keys, git config, etc)

Installation

gem install me

Usage

me --help

Switching identity

Switching identity automatically activates its configuration

me switch NAME

# Example:
me switch personal
me switch work

Checking which identity is active

me                 # This will actually activate all configuration (alias for `me activate`)
# or
me whoami          # This will not activate configuration

Configuring git identity

me config git NAME GIT_FULL_NAME GIT_EMAIL

# Example:
me config git personal 'John Smith' 'john.smith@example.org'
me config git work 'John S.' 'john.s@corporation.com'

Configuring ssh identity

me config ssh NAME SSH_KEYS

# Example
me config ssh personal ~/.ssh.personal/github ~/.ssh.personal/bitbucket ~/.ssh.personal/id_vps
me config ssh work ~/.ssh.work/id_rsa

Contributing

  1. Fork it ( https://github.com/waterlink/me/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

  • waterlink - Oleksii Fedorov, creator, maintainer