text 模糊结账

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text 模糊结账相关的知识,希望对你有一定的参考价值。

fco () {
	local tags branches target
	tags=$(
		git tag | awk '{print "\x1b[31;1mtag\x1b[m\t" $1}'
	)  || return
	branches=$(
		git branch --all | grep -v HEAD |
			sed "s/.* //" | sed "s#remotes/[^/]*/##" |
			sort -u | awk '{print "\x1b[34;1mbranch\x1b[m\t" $1}'
	)  || return
	target=$(
		(
			echo "$tags"
			echo "$branches"
		) |
			fzf-tmux -l80 -- --no-hscroll --ansi +m -d "\t" -n 2
	)  || return
	hub checkout $(echo "$target" | awk '{print $2}')
}

以上是关于text 模糊结账的主要内容,如果未能解决你的问题,请参考以下文章

text 结账从一个分支变为我的

餐饮管理之结账

jquery+ajax 实现text框模糊搜索并可利用listbox实时显示模糊搜索列表结果

mybatis参数date怎么模糊查询

text 模糊的tsukamoto

如何实现模糊搜索之类的 sublime text?