TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: completeme, 't' in Github for Bash

23 pointsby mattspitzover 12 years ago

6 comments

mrcolesover 12 years ago
Very cool, I love using this feature on github.<p>Looks like it looks for github repos, and will search up the tree and back down from there. However, this seems to mess up for me. If I go into a sub-directory in a repo and then try to open a file in the parent directory via `ctl+t`, then it tries to open that filename in the current directory, not from the parent (I'm using emacs as $EDITOR).<p>One other little thing, is there a way to get curses to cleanup better after itself? My terminal ends up with a relatively large blank spot after finding something, viewing it, and then closing emacs.
评论 #5252935 未加载
goldfeldabout 12 years ago
I've no idea how I'm supposed to install it. Didn't find instructions anywhere.
评论 #5261447 未加载
calinet6over 12 years ago
Eh, SublimeText does this already. Cool to have it in Bash though.
评论 #5251266 未加载
smokestackover 12 years ago
This removes a major bash painpoint for me. Wicked awesome.
评论 #5255335 未加载
marksteveover 12 years ago
Wishlist #1 in a pull request :)
评论 #5255333 未加载
GhotiFishover 12 years ago
You opted for JSON for configuring your project. I've seen other people do that, but the problem is most interpreters don't support comments (because comments arn't part of json) and even if you have really_verbose_names_with_underlines_for_spaces, sometimes you just can't get away without comments.<p>YAML, I think, is better suited for configuration files.<p>Disclaimer: This is a <i>minor</i> criticism.
评论 #5250989 未加载
评论 #5251289 未加载