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.

Proj: Simple project tool for Vim

19 pointsby thomasmallenalmost 16 years ago

3 comments

thomasmallenalmost 16 years ago
Please report any bugs and/or feature requests. Project.vim stinks so I'm set on finding a simpler path.
评论 #717079 未加载
tdavisalmost 16 years ago
It would be nice if it did more introspection. I have a root projects directory (~/workspace) and it'd be nice if I could specify that root then try like <i>:Proj ticketstumbler</i> and just have it figure out from the directory name what I want. The projects file could be used to override defaults, so if I specify the same project in that file, it uses that config.<p>Also, why make me put quotes around the project name?
评论 #717027 未加载
jrockwayalmost 16 years ago
Emacs users may like eproject: <a href="http://github.com/jrockway/eproject/tree/master" rel="nofollow">http://github.com/jrockway/eproject/tree/master</a>