{"id":16588201,"url":"https://github.com/gillchristian/wkon","last_synced_at":"2025-07-20T09:11:42.346Z","repository":{"id":66173530,"uuid":"96990954","full_name":"gillchristian/wkon","owner":"gillchristian","description":"directory based terminal notes","archived":false,"fork":false,"pushed_at":"2018-06-26T07:12:55.000Z","size":4,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-15T04:25:52.848Z","etag":null,"topics":["antigen","cli","productivity","zsh"],"latest_commit_sha":null,"homepage":"https://github.com/gillchristian/wkon","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gillchristian.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-07-12T09:39:26.000Z","updated_at":"2018-12-07T01:41:33.000Z","dependencies_parsed_at":"2023-02-21T05:16:05.056Z","dependency_job_id":null,"html_url":"https://github.com/gillchristian/wkon","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gillchristian/wkon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gillchristian%2Fwkon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gillchristian%2Fwkon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gillchristian%2Fwkon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gillchristian%2Fwkon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gillchristian","download_url":"https://codeload.github.com/gillchristian/wkon/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gillchristian%2Fwkon/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266094049,"owners_count":23875562,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["antigen","cli","productivity","zsh"],"created_at":"2024-10-11T22:56:07.613Z","updated_at":"2025-07-20T09:11:42.322Z","avatar_url":"https://github.com/gillchristian.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# What I'm Working ON\n\nBash utility to keep track of what you are working per directory.\n\n## Install\n\n```bash\n$ antigen bundle gillchristian/wkon\n```\n\nAlternatively you can copy the script from\n[here](https://raw.githubusercontent.com/gillchristian/wkon/master/wkon.plugin.zsh)\nand paste it in your profile file of choice (`.bashrc`, `.profile`, `.zshrc`).\n\n## Use\n\n```bash\n$ wkon --help\nwkon: easily keep track of what you are working on\n\nUSAGE:\n  $ wkon [message] # appends [message] to $WKON_FILE and displays it's content\n  $ wkon           # display $WKON_FILE content\n\nCONFIGURATION:\n  $WKON_FILE defaults to \"WORKING-ON.txt\", change it to use a different file.\n\nOPTIONS:\n  -h, --help    show help\n  -d, --delete  removes $WKON_FILE\n```\n\nTo generate the file for the first time you have to pass a message, otherwise\n`wkon` will do nothing:\n\n```bash\n$ wkon\n\n$ wkon take out the trash\ntake out the trash\n```\n\nWhen the file has be generated `wkon` will append the message in a new line (if\nprovided) and show you the updated notes:\n\n```bash\n$ wkon\ntake out the trash\n\n$ wkon finish ticket 123\ntake out the trash\nfinish ticket 123\n\n```\n\n## Tips\n\n- To show whant you are working on when entering a directory use the following\n`zsh` hook:\n\n```zsh\nadd-zsh-hook chpwd wkon;\n```\n\n- Use\n[git's global ignore](https://help.github.com/articles/ignoring-files/#create-a-global-gitignore)\nto prevent comminting your `wkon` file (defaults to `WROKING-ON.txt`).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgillchristian%2Fwkon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgillchristian%2Fwkon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgillchristian%2Fwkon/lists"}