GithubHelp home page GithubHelp logo

oakninja / makemefish Goto Github PK

View Code? Open in Web Editor NEW
30.0 2.0 3.0 1.09 MB

Easing the usage of make and Makefiles

License: MIT License

Shell 100.00%
fzf fish fish-plugin fish-packages fisher omf-plugin make cmake gnumake makefile

makemefish's People

Contributors

georgiancamarasan avatar oakninja avatar soraxas avatar thebearodactyl avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

makemefish's Issues

Helper function management

Nice! One thing I've noticed is that mm relies on several helper functions:

  • __get_makefile_name
  • __parse_makefile
  • __get_targets
  • __fzf_command
  • run

Local functions don't exist in fish yet, so these stay defined in the shell after running mm.

Workaround is to erase them manually:

function mm ...
    ...
    functions -e __get_makefile_name
    functions -e __parse_makefile
    functions -e __get_targets
    functions -e __fzf_command
    functions -e run
end 

Or rename with a prefix that is less likely to conflict with other functions:

  • __mm_get_makefile_name
  • __mm_parse_makefile
  • __mm_get_targets
  • __mm_fzf_command
  • __mm_run

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.