https://github.com/doomzhou/urmem
shell profile online with github
https://github.com/doomzhou/urmem
online profile shell
Last synced: 5 months ago
JSON representation
shell profile online with github
- Host: GitHub
- URL: https://github.com/doomzhou/urmem
- Owner: doomzhou
- Created: 2017-08-06T04:53:55.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-04-01T11:13:47.000Z (about 7 years ago)
- Last Synced: 2025-09-19T16:00:50.379Z (9 months ago)
- Topics: online, profile, shell
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Intro
====
>简介
shell profile online.
>实现云端shell profile 功能.
## Install
>安装
`pip install urmem`
## Usage
>用法
### Help Info
>帮助信息
```shell
usage: urmem [-h] [-r REPO] [-b BRANCH] [-f FILENAME] NAME
shell profile online
positional arguments:
NAME UR github username
optional arguments:
-h, --help show this help message and exit
-r REPO UR repo name
-b BRANCH UR branch name
-f FILENAME UR file name
```
### Example: download [UR] github [repo] [branch] [filename] to local .$(SHELL)_profile
>例子: 下载[你的]github[仓库]下面[不同分支][不同文件]添加到SHELL启动配置文件
`urmem doomzhou -f default -r urmem -b master`
or
`urmem doomzhou`
## MISC
>其它
### 1. Specified SHELL
>指定SHELL
`SHELL=bash urmem ...`