commandjobs VS dir-prompt

Compare commandjobs vs dir-prompt and see what are their differences.

commandjobs

Command Jobs uses AI to help software engineers find the best jobs (by nicobrenner)

dir-prompt

Converts directory to a prompt, ignoring files that aren't important. (by seveibar)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
commandjobs dir-prompt
5 1
140 2
- -
6.4 5.2
about 1 month ago 4 months ago
Python JavaScript
Apache License 2.0 -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

commandjobs

Posts with mentions or reviews of commandjobs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-12.
  • Launch HN: Glide (YC W19) – AI-assisted technical design docs
    4 projects | news.ycombinator.com | 12 Mar 2024
    Was able to try out Glide last night (https://glide.agenticlabs.com/task/IqHd0RV) with an open source repo (https://github.com/nicobrenner/commandjobs) and really liked it

    Pros: it was kinda easy to get started, and Glide was able to figure out something that ChatGPT hadn't, which made a big difference, because I was about to have to rewrite a bunch of code otherwise

    Cons: some things were not very intuitive, the chatting window is small and it's hard to copy text and read things in a slightly longer conversation - also wish it would just ingest the repo and figure out what to include in the context by itself, the method/section searching/selecting is tricky to use

    All in all I'm very excited about what Glide can do and look forward to seeing its evolution

    Thank you for building such amazing tool

  • Ask HN: Hosting a CLI Tool via SSH?
    4 projects | news.ycombinator.com | 10 Mar 2024
    Hi HN! I recently built a cli tool that uses AI to find job matches for software engineers (https://github.com/nicobrenner/commandjobs)

    Someone on HN suggested (https://news.ycombinator.com/user?id=azophy_2) I should host the application via SSH, so that anyone could just do: ssh commandjobs.com

    I thought that was super cool, but after doing some googling, I can't find any good resources on how to host command line applications via ssh

    Would really appreciate any links or information you could provide on how to do it

    Thank you

  • Show HN: Tech Jobs on the Command Line
    10 projects | news.ycombinator.com | 6 Mar 2024
    Excellent, thank you so much for the links, it's super interesting

    It should be pretty straightforward to create a scraper for one of those portals

    If you feel like taking a crack at it, checkout the code of the Ask HN who's hiring scraper here: https://github.com/nicobrenner/commandjobs/blob/47b5c89402a3...

    I added a comment under the Add Sources issue, to support Workday's career portals: https://github.com/nicobrenner/commandjobs/issues/23#issueco...

dir-prompt

Posts with mentions or reviews of dir-prompt. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-12.
  • Launch HN: Glide (YC W19) – AI-assisted technical design docs
    4 projects | news.ycombinator.com | 12 Mar 2024
    I have a tiny command line program called `dir-prompt`[1] to format and copy to clipboard all the code in a directory to something that can be pasted into ChatGPT or Typingmind, but it is a huge issue that the AI will be too brief on the generated code snippets.

    Glide is much more structured. I gave it a real test on one of my repos and it outlined something I would expect from a junior engineer who messed up a lot of little details- e.g. function names and parameters were slightly off. I think if there was a type evaluation step/it was typescript-specific it would match an engineer with 3-9mo of experience (great!). But it failed to match basic codebase conventions e.g. using require on a codebase that is all imports.

    For the authors, I would recommend using GPT4-turbo and huge context windows, or have an option to upload an OpenAI key. GPT3.5 is just not worth it- and I do sort of suspect GPT4 isn't being used because of the speed of the output but I'm not sure.

    [1] https://github.com/seveibar/dir-prompt