{"id":24286162,"url":"https://github.com/d2verb/mkt","last_synced_at":"2025-09-10T06:41:09.632Z","repository":{"id":55027314,"uuid":"312793091","full_name":"d2verb/mkt","owner":"d2verb","description":"A tool to make a temporary note","archived":false,"fork":false,"pushed_at":"2021-01-14T14:39:07.000Z","size":21,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-16T07:38:52.274Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/d2verb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-11-14T10:23:01.000Z","updated_at":"2021-01-14T13:42:48.000Z","dependencies_parsed_at":"2022-08-14T09:30:58.666Z","dependency_job_id":null,"html_url":"https://github.com/d2verb/mkt","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d2verb%2Fmkt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d2verb%2Fmkt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d2verb%2Fmkt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d2verb%2Fmkt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/d2verb","download_url":"https://codeload.github.com/d2verb/mkt/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242100951,"owners_count":20071826,"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":[],"created_at":"2025-01-16T07:28:49.468Z","updated_at":"2025-03-05T20:46:56.030Z","avatar_url":"https://github.com/d2verb.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mkt - MaKe a Temporary note\n[![CI](https://github.com/d2verb/mkt/workflows/test/badge.svg)](https://github.com/d2verb/mkt/actions)\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/d2verb/mkt/blob/master/LICENSE)\n\nA tool to make a temporary note\n\n## Usage\n### help\n```bash\n$ mkt --help\nmkt 0.1.0\nA tool to make a temporary note\n\nUSAGE:\n    mkt [FLAGS] [OPTIONS] [prefix]\n\nFLAGS:\n    -h, --help       Prints help information\n    -o, --open       Opens editor to edit note\n    -V, --version    Prints version information\n\nOPTIONS:\n    -e, --editor \u003ceditor\u003e          Editor to edit temporary note\n    -x, --extension \u003cextension\u003e    Extension of temporary note\n\nARGS:\n    \u003cprefix\u003e    Prefix of temporary note\n```\n\nNote that the default value of `editor` is `vim` and the default value of `extension` is `md`.\n\n### Example\n#### 1. make note\n```bash\n$ mkt\n$ ls\n2020_11_14_19_13_45_y7vAA0a7.md\n$ mkt mtg # you can also pass the prefix of the generated file\n$ ls\n2020_11_14_19_13_45_y7vAA0a7.md  mtg_2020_11_14_19_16_16_y0Pdor7A.md\n```\n\n#### 2. make and edit note\n```bash\n$ mkt -o\n[launch editor...]\n```\n\n## Configuration\nIf `$HOME/.mktrc` exists, mkt use it as a config file. The config file must consist of multiple lines like `key = value`.\n```bash\n$ cat ~/.mktrc\nextension = \"txt\"\nprefix = \"mtg\"\n```\n\n## LICENSE\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd2verb%2Fmkt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fd2verb%2Fmkt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd2verb%2Fmkt/lists"}