Git Product home page Git Product logo

dogear's People

Contributors

apainintheneck avatar

Watchers

 avatar  avatar

dogear's Issues

Simplify makefile

Since this is just a single file cpp program it shouldn't need such a thorough makefile. Currently it is based on a template I found online but the build phase can probably just be hardcoded instead of templated as it is right now. The test, info and install methods should probably be kept as is.

Add `dogear like` subcommand

I think it might be useful to include a dogear like subcommand which allows you to search your bookmarks. The search results would be returned in terms of lexical similarity to bookmarks names. I don't think it would be very important to actually search based on the directory so let's just skip that for now.

Allow jumping directly to subdirectories below bookmark

Currently dogear allows you to jump to specific bookmarked directories with commands like flipto projects. This works well but often you don't actually want to jump to a bookmark but specifically to a subdirectory of a bookmark. It would be nice to be able to specify a path starting at the bookmarked directory.

Now

$ flipto projects
$ cd dogear/spec

Future

$ flipto projects dogear/spec

If the bookmark exists, but the subdirectory doesn't it would just change to the bookmark and print out an error along with an error code. Otherwise it would specifically change to the directory in question.

Add console error codes

Specifically I think these would be useful for dogear find and dogear like commands. The flipto shell function could then use the output of the find command to provide additional information to the user when a bookmark can't be found for example.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.