
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
A Node based CLI for iDoneThis
npm install -g did
. You may have to preface this with sudo
depending on your permissions.Run did --help
or did COMMAND --help
for help using the tool
Did will first look on process.env for the IDONETHIS_API_TOKEN
variable. It will then attempt to load a "didconfig.json" file in your Operating Systems data directory.
A token loaded from this file will take precedence over one on process.env. If you're too lazy to add your token to your environment, you can specify it at runtime with -t
or --api-token
. This method has the higest precedence when determining which token to use.
did -t top-secret-api-token do MyTeamName "I fixed a thing!"
Set or change your token by running:
did config --api-token <token>
This saves it to a didconfig file in your Operating System's data directory.
Add a done as a goal by using the -g
or --goal
flag. This basically will just append '[] ' to the task you enter.
Add dones interactively. You must specify a valid Team. enter 'done' to exit interactive mode.
did -i Webmaker
With default team set:
did do -i
<- sadly, commander is kinda sketchy so 'did -i' won't work.
Set your default team by passing the --default-team option to the config
command.
did config --default-team Webmaker
did teams
did do [team name] "The done that you did"
With default team set:
did do "The done that you did"
Assuming your team name isn't 'teams', you can omit the do
did [team name] "yay shorthand!"
With default team set:
did "such ease, wow"
Add a goal!
did -g "fixed this thing and that!"
If you're not sure what the team name is, run did teams
to list your teams
did open [optional team name]
As stated above, if you don't know what your teams are, run did teams
. Leaving out a team name will bring you to your iDoneThis homepage.
did config --default-team Webmaker --api-token mySecretToken
Print your config with:
did config
FAQs
A command line interface to idonethis.
The npm package did receives a total of 11 weekly downloads. As such, did popularity was classified as not popular.
We found that did demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.