Update tasks.json - 2025-03-18T13:23:49.930Z

This commit is contained in:
Kacper Marzecki 2025-03-18 14:23:50 +01:00
parent d9b353c741
commit 4bd792c597

View File

@ -1,26 +1,9 @@
[
{
"id": "no0xd1pfs",
"name": "daily",
"id": "ljmwr003x",
"name": "Work",
"completed": false,
"subtasks": [
{
"id": "3igtul04p",
"name": "prep ui 4 garreth",
"completed": false,
"subtasks": [],
"content": "prep ui 4 garreth"
},
{
"id": "57g4bbtn5",
"name": "invoicing UI",
"completed": false,
"subtasks": [],
"content": "invoicing UI"
}
],
"content": "daily"
},
{
"name": "Tethys UI",
"completed": false,
@ -276,6 +259,21 @@
"content": "Invoicing",
"id": "5883x44fg"
},
{
"id": "40w65phza",
"name": "Maintenance/Niceties",
"completed": false,
"subtasks": [
{
"id": "uixizjepp",
"name": "Oban dashboard",
"completed": false,
"subtasks": [],
"content": "Oban dashboard"
}
],
"content": "Maintenance/Niceties"
},
{
"name": "Prs",
"completed": false,
@ -327,10 +325,45 @@
"id": "ezeu5ynau"
},
{
"id": "tvpplh59l",
"name": "setup",
"id": "04gkw8byg",
"name": "mercurius",
"completed": false,
"subtasks": [
{
"id": "to2ytchbe",
"name": "035 on notification 46 needless ? ",
"completed": false,
"subtasks": [],
"content": "035 on notification 46 needless ? \n\n\n %{\n id: 46,\n name: \"Consignor - Reminder to hand in parcel (C2C)\",\n channel: :email,\n target: :consignor,\n windows: 600..2300,\n type: \"Unknown\",\n category: [\"Custom\"],\n subcategory: [\"Unknown\"],\n template: C2C.Consignor.Email.ReminderToHandInC2CAtServicepoint,\n triggers: [\n [api_key: \"001\", no_conversion: true, fp_id: [92, 93], action: [schedule: {2, :days}]]\n ],\n fixups: [\n [api_key: \"035\", action: :cancel],\n [api_key: \"002\", action: :cancel],\n [api_key: \"073\", action: :cancel]\n ]\n },"
}
],
"content": "mercurius"
},
{
"id": "no0xd1pfs",
"name": "daily",
"completed": false,
"subtasks": [
{
"id": "3igtul04p",
"name": "prep ui 4 garreth",
"completed": false,
"subtasks": [],
"content": "prep ui 4 garreth"
},
{
"id": "57g4bbtn5",
"name": "invoicing UI",
"completed": false,
"subtasks": [],
"content": "invoicing UI"
}
],
"content": "daily"
}
],
"content": "Work"
},
{
"id": "9cylnsczh",
"name": "prod++",
@ -356,9 +389,6 @@
"completed": false,
"subtasks": [],
"content": "execute lua on keybind \n\ndont V:lua \ncreate an autocommand and mapping"
}
],
"content": "prod++"
},
{
"id": "qqeavjwae",
@ -376,7 +406,7 @@
"content": "rice"
}
],
"content": "setup"
"content": "prod++"
},
{
"id": "f1xg13z9d",
@ -537,6 +567,13 @@
"completed": true,
"subtasks": [],
"content": "A to add a child task"
},
{
"id": "qrco13xkg",
"name": "motions for big movements U D",
"completed": false,
"subtasks": [],
"content": "motions for big movements U D"
}
],
"content": "keybinds"
@ -598,23 +635,61 @@
}
],
"content": "bugs"
},
{
"id": "y3yu63n5k",
"name": "",
"completed": false,
"subtasks": [],
"content": ""
}
],
"content": "tasks CLI"
},
{
"id": "uixizjepp",
"name": "Oban dashboard",
"id": "mwft3a9n3",
"name": "good hooman",
"completed": false,
"subtasks": [
{
"id": "jvxsol8h3",
"name": "respond to harpoon issue with file:line with a snippet",
"completed": false,
"subtasks": [],
"content": "Oban dashboard"
"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": "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 },"
},
{
"id": "o79um744c",
"name": "bookmarks",
"completed": false,
"subtasks": [
{
"id": "dqiu5w40m",
"name": "ascii diagrams",
"completed": false,
"subtasks": [],
"content": "ascii diagrams\n\nhttps://github.com/casparwylie/cascii-core"
}
],
"content": "bookmarks"
},
{
"id": "6tzm8ahtj",
"name": "home",
"completed": false,
"subtasks": [
{
"id": "0nk09i0sc",
"name": "zamowic sluchafony",
"completed": false,
"subtasks": [],
"content": "zamowic sluchafony"
},
{
"id": "hcc1gwe7t",
"name": "zamowic mikroproce",
"completed": false,
"subtasks": [],
"content": "zamowic mikroproce"
}
],
"content": "home"
},
{
"id": "wnobntqof",
@ -841,50 +916,5 @@
}
],
"content": "test"
},
{
"id": "04gkw8byg",
"name": "mercurius",
"completed": false,
"subtasks": [
{
"id": "to2ytchbe",
"name": "035 on notification 46 needless ? ",
"completed": false,
"subtasks": [],
"content": "035 on notification 46 needless ? \n\n\n %{\n id: 46,\n name: \"Consignor - Reminder to hand in parcel (C2C)\",\n channel: :email,\n target: :consignor,\n windows: 600..2300,\n type: \"Unknown\",\n category: [\"Custom\"],\n subcategory: [\"Unknown\"],\n template: C2C.Consignor.Email.ReminderToHandInC2CAtServicepoint,\n triggers: [\n [api_key: \"001\", no_conversion: true, fp_id: [92, 93], action: [schedule: {2, :days}]]\n ],\n fixups: [\n [api_key: \"035\", action: :cancel],\n [api_key: \"002\", action: :cancel],\n [api_key: \"073\", action: :cancel]\n ]\n },"
}
],
"content": "mercurius"
},
{
"id": "mwft3a9n3",
"name": "good hooman",
"completed": false,
"subtasks": [
{
"id": "jvxsol8h3",
"name": "respond to harpoon issue with file:line with a snippet",
"completed": false,
"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": "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 },"
},
{
"id": "o79um744c",
"name": "bookmarks",
"completed": false,
"subtasks": [
{
"id": "dqiu5w40m",
"name": "ascii diagrams",
"completed": false,
"subtasks": [],
"content": "ascii diagrams\n\nhttps://github.com/casparwylie/cascii-core"
}
],
"content": "bookmarks"
}
]