Update tasks.json - 2025-03-18T21:28:32.768Z
This commit is contained in:
parent
bd677a0a7d
commit
22f12e0d38
97
tasks.json
97
tasks.json
@ -1,4 +1,82 @@
|
||||
[
|
||||
{
|
||||
"id": "ifpbz4pwt",
|
||||
"name": "demo",
|
||||
"completed": false,
|
||||
"subtasks": [
|
||||
{
|
||||
"id": "561fu24af",
|
||||
"name": "keybinds",
|
||||
"completed": false,
|
||||
"subtasks": [],
|
||||
"content": "keybinds"
|
||||
},
|
||||
{
|
||||
"id": "qsvumrkfl",
|
||||
"name": "dodawanie taskow ",
|
||||
"completed": true,
|
||||
"subtasks": [],
|
||||
"content": "dodawanie taskow \n\ncontent poniżej"
|
||||
},
|
||||
{
|
||||
"id": "ek2ue413k",
|
||||
"name": "complete a task",
|
||||
"completed": true,
|
||||
"subtasks": [],
|
||||
"content": "complete a task"
|
||||
},
|
||||
{
|
||||
"id": "n1ttyszje",
|
||||
"name": "przenoszenie taskow",
|
||||
"completed": true,
|
||||
"subtasks": [],
|
||||
"content": "przenoszenie taskow"
|
||||
},
|
||||
{
|
||||
"id": "yehjoteio",
|
||||
"name": "usuwanie taskow",
|
||||
"completed": true,
|
||||
"subtasks": [],
|
||||
"content": "usuwanie taskow"
|
||||
},
|
||||
{
|
||||
"id": "17jpj25u6",
|
||||
"name": "clip-paste",
|
||||
"completed": true,
|
||||
"subtasks": [],
|
||||
"content": "clip-paste"
|
||||
},
|
||||
{
|
||||
"id": "iigvmmbw1",
|
||||
"name": "szukanie",
|
||||
"completed": true,
|
||||
"subtasks": [],
|
||||
"content": "szukanie"
|
||||
},
|
||||
{
|
||||
"id": "d94vfaqxn",
|
||||
"name": "lokalne pliki",
|
||||
"completed": true,
|
||||
"subtasks": [],
|
||||
"content": "lokalne pliki"
|
||||
},
|
||||
{
|
||||
"id": "qmxajbcpa",
|
||||
"name": "linki do zewnętrznych apek",
|
||||
"completed": true,
|
||||
"subtasks": [],
|
||||
"content": "linki do zewnętrznych apek"
|
||||
},
|
||||
{
|
||||
"id": "mbrkreft5",
|
||||
"name": "sync ",
|
||||
"completed": false,
|
||||
"subtasks": [],
|
||||
"content": "sync \n\nPush - pull do repa"
|
||||
}
|
||||
],
|
||||
"content": "demo"
|
||||
},
|
||||
{
|
||||
"id": "ljmwr003x",
|
||||
"name": "Work",
|
||||
@ -697,6 +775,21 @@
|
||||
}
|
||||
],
|
||||
"content": "bugs"
|
||||
},
|
||||
{
|
||||
"id": "8574dsnxw",
|
||||
"name": "killer features",
|
||||
"completed": false,
|
||||
"subtasks": [
|
||||
{
|
||||
"id": "xqex7lyjz",
|
||||
"name": "multiple separately syncable lists",
|
||||
"completed": false,
|
||||
"subtasks": [],
|
||||
"content": "multiple separately syncable lists"
|
||||
}
|
||||
],
|
||||
"content": "killer features"
|
||||
}
|
||||
],
|
||||
"content": "tasks CLI"
|
||||
@ -709,7 +802,7 @@
|
||||
{
|
||||
"id": "jvxsol8h3",
|
||||
"name": "respond to harpoon issue with file:line with a snippet",
|
||||
"completed": false,
|
||||
"completed": true,
|
||||
"subtasks": [],
|
||||
"content": "respond to harpoon issue with file:line with a snippet\n\n\n\nlocal harpoon = require(\"harpoon\")\nvim.keymap.set(\"n\", \"<leader>H\", function()\n harpoon:list(\"file_with_line\"):add()\nend, { desc = \"Harpoon add\" })\nvim.keymap.set(\"n\", \"<leader>h\", function()\n harpoon.ui:toggle_quick_menu(harpoon:list(\"file_with_line\"))\nend, { desc = \"Harpoon list\" })\n\n\n{\n \"ThePrimeagen/harpoon\",\n branch = \"harpoon2\",\n dependencies = { \"nvim-lua/plenary.nvim\" },\n opts = {\n file_with_line = {\n create_list_item = function()\n local file_path = vim.fn.expand(\"%:p\") -- Absolute path of the file\n local line_number = vim.fn.line(\".\") -- Current line number\n\n if file_path == \"\" then\n return nil\n end\n\n return {\n value = file_path .. \":\" .. line_number,\n context = { file_path = file_path, line_number = line_number },\n }\n end,\n\n select = function(list_item, list, option)\n vim.cmd(\"edit \" .. list_item.context.file_path)\n\n -- Jump to the specified line\n vim.api.nvim_win_set_cursor(0, { list_item.context.line_number, 0 })\n end,\n },\n },\n }"
|
||||
}
|
||||
@ -741,7 +834,7 @@
|
||||
"name": "zamowic sluchafony",
|
||||
"completed": false,
|
||||
"subtasks": [],
|
||||
"content": "zamowic sluchafony"
|
||||
"content": "zamowic sluchafony\n\n~/git/notes/sluchafony.md"
|
||||
},
|
||||
{
|
||||
"id": "hcc1gwe7t",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user