Update tasks.json - 2025-03-19T22:00:38.597Z

This commit is contained in:
Kacper Marzecki 2025-03-19 23:00:38 +01:00
parent eecdcc6839
commit 2c01fa9b95

View File

@ -1,82 +1,4 @@
[
{
"id": "ifpbz4pwt",
"name": "demo",
"completed": false,
"subtasks": [
{
"id": "561fu24af",
"name": "keybinds",
"completed": true,
"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": true,
"subtasks": [],
"content": "sync \n\nPush - pull do repa"
}
],
"content": "demo"
},
{
"id": "ljmwr003x",
"name": "Work",
@ -101,19 +23,48 @@
"subtasks": [],
"content": "swing @ user management"
},
{
"id": "0s95o25ex",
"name": "sftp for postnord",
"completed": false,
"subtasks": [],
"content": "sftp for postnord"
},
{
"id": "504677u8p",
"name": "sync tasks & td & config",
"completed": false,
"subtasks": [],
"content": "sync tasks & td & config"
},
{
"id": "610kktmf1",
"name": "move save button",
"completed": false,
"subtasks": [],
"content": "move save button"
},
{
"id": "o1mzffkg9",
"name": "make the address optional",
"completed": false,
"subtasks": [],
"content": "make the address optional"
},
{
"id": "wetdtsuv9",
"name": "notifications merge",
"completed": true,
"subtasks": [
{
"id": "01wb8u5lu",
"name": "release it",
"completed": false,
"subtasks": [],
"content": "release it"
}
],
"content": "notifications merge"
},
{
"id": "0s95o25ex",
"name": "sftp for postnord",
"completed": true,
"subtasks": [],
"content": "sftp for postnord"
}
],
"content": "daily"
@ -371,7 +322,7 @@
{
"id": "hw3mnp5zu",
"name": "set up SFTP postnord",
"completed": false,
"completed": true,
"subtasks": [],
"content": "set up SFTP postnord"
}
@ -468,6 +419,13 @@
"completed": false,
"subtasks": [],
"content": "Oban dashboard"
},
{
"id": "qpv2746ik",
"name": "merge necessitas dbs",
"completed": false,
"subtasks": [],
"content": "merge necessitas dbs"
}
],
"content": "Maintenance/Niceties"
@ -811,7 +769,7 @@
"name": "respond to harpoon issue with file:line with a snippet",
"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 }"
"content": "respond to harpoon issue with file:line with a snippet\n\nhttps://github.com/ThePrimeagen/harpoon/issues/524\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 }"
}
],
"content": "good hooman\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 },"
@ -1075,6 +1033,84 @@
"completed": false,
"subtasks": [],
"content": "asdasdasdSDASDASDASDASDASDASDASDASDASD"
},
{
"id": "ifpbz4pwt",
"name": "demo",
"completed": false,
"subtasks": [
{
"id": "561fu24af",
"name": "keybinds",
"completed": true,
"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": true,
"subtasks": [],
"content": "sync \n\nPush - pull do repa"
}
],
"content": "demo"
}
],
"content": "test"