text-to-commit-history

授权协议 MIT License
开发语言 SHELL
所属分类 应用工具、 终端/远程登录
软件类型 开源软件
地区 不详
投 递 者 金兴朝
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Text To Commit History

Write a large text on your Github profile, with your commits history (contribution graph).

"Text To Commit History" is a tool I wrote to decorate your Github account's commit history calendar by (blatantly) abusing git's ability to accept commits in the past.

Example Result

Converting "Hello World" text to some commits will create something like this on your Github profile:Hello World

Usage

  1. Create a new Github repository to store your handiwork.
  2. Install requirements:
	pip3 install -r requirements.txt
  1. Run text_to_commit_history.py (with Python 3) and follow the prompts for username, your text, offset, and repository name.
  2. Run the generated text_to_commit_history.sh from your home directory (or any non-git tracked dir) and watch it go to work. You'll propably have to wait some minutes for the running script.
  3. Wait... Seriously, you'll probably need to wait a day or two to show in your commit graph.

Removal

Fortunately if you regret it then, removing it is fairly easy: delete the repository you've created (and wait).

  • Now that we know about commit hashes, we can use them to switch to a specific commit. Switching between commits allows us to easily move between different historical versions of the project. For examp

  • 本文翻译自:Can I delete a git commit but keep the changes In one of my development branches, I made some changes to my codebase. 在我的一个开发分支中,我对代码库进行了一些更改。 Before I was able to complete the features I was wo

  • git commit --author= git commit --author=“aaa aaa@www.com” aaa :表示其他人的用户名 aaa@www.com :表示其他人的邮箱 --author=<author> git commit --author="www <www@www.com>" Override the commit author. Specify

 相关资料
  • Text to Handwriting 是一个在线开源工具,用于将文本转为手写体文字,并提供图片下载。默认只支持英文,但可以自行添加中文字体,并指定背景图片。

  • Cainteoir Text-to-Speech 是一个 GNOME/GTK+ GUI 应用,是 Cainteoir Engine 的图形界面工具。

  • In some cases, it can be handy to run a callback function every time the text in a text field changes. For example, we might want to build a search screen with autocomplete functionality. In this case

  • 我正在尝试使用IBM Watson文本到语音,在我的Android应用程序上将文本转换为音频输出。这是我的依赖项 这里我将字符串转换为音频 问题是当我退出播放音频的activity时,音频一直在播放,而我想让它停止。 如果使用,我可以轻松地使用,但是如何使用IBM Watson文本到语音?

  • 当检出目录或子目录中内容有修改,目录图标变为:,这时可以使用Commit命令提交本地修改至svn服务器。 在检出目录或要提交修改的目录右键:     提交后目录中的内容与svn服务同步,目录图标变为:

  • commit 用法 Usage: docker commit [OPTIONS] CONTAINER [REPOSITORY[:TAG]] Create a new image from a container's changes -a, --author= Author (e.g., "John Hannibal Smith <[email protected]>") -c, -