{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":595051713,"defaultBranch":"main","name":"nu_scripts","ownerLogin":"neur1n","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2023-01-30T09:44:22.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/17579247?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1710120325.0","currentOid":""},"activityList":{"items":[{"before":"de2829091f7297c9f7b6f30ee992d08f1066f2ca","after":"7e7b726be882b185e02a1fba686fd2318052eae1","ref":"refs/heads/main","pushedAt":"2024-06-07T10:32:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"neur1n","name":null,"path":"/neur1n","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17579247?s=80&v=4"},"commit":{"message":"resovle several issues\n\n1. fix: update `(sys).host` to `sys host` to work for 0.94.x\n2. fix: handle incorrect behaviors when re-importing nu_conda or nu_msvs\n3. doc: update minimum requirements of nushell in README.md","shortMessageHtmlLink":"resovle several issues"}},{"before":"c30efc727b99ee75ea0140375cf4651268fbe36a","after":"de2829091f7297c9f7b6f30ee992d08f1066f2ca","ref":"refs/heads/main","pushedAt":"2024-06-07T10:18:11.000Z","pushType":"push","commitsCount":56,"pusher":{"login":"neur1n","name":null,"path":"/neur1n","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17579247?s=80&v=4"},"commit":{"message":"feat: updated rustup completions to use the new rustup help page style (#871)\n\nRustup help page changed, so the commands that were based on the old\r\nlayout to get the completions were broken\r\n\r\nImproved some completions to include a description like \"default\" or\r\n\"installed\"\r\n\r\nAlso added completions for `rustup help`","shortMessageHtmlLink":"feat: updated rustup completions to use the new rustup help page style ("}},{"before":"41fe58eceeaf24e560dc448280be3a143207982f","after":"c30efc727b99ee75ea0140375cf4651268fbe36a","ref":"refs/heads/main","pushedAt":"2024-04-09T07:04:51.000Z","pushType":"push","commitsCount":13,"pusher":{"login":"neur1n","name":null,"path":"/neur1n","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17579247?s=80&v=4"},"commit":{"message":"add missing scoop completions (#812)\n\nI added the missing shims, alias, and help commands for the scoop\r\ncompleter (#483)\r\n\r\nI also updated the deprecated `rootPath` and `globalPath` config names\r\nfor the config command","shortMessageHtmlLink":"add missing scoop completions (nushell#812)"}},{"before":"707cda345078553f3e878a100ca103a28f440705","after":"41fe58eceeaf24e560dc448280be3a143207982f","ref":"refs/heads/main","pushedAt":"2024-03-27T04:48:25.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"neur1n","name":null,"path":"/neur1n","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17579247?s=80&v=4"},"commit":{"message":"Add Micromamba support (#800)\n\nI initially tried to get Micromamba to work with Nushell by using the\r\nscript from [this\r\nissue](https://github.com/nushell/nu_scripts/issues/578). But even after\r\nfixing the syntax errors I couldn't activate any env.\r\nWith these modifications, Micromamba seems to be working fine. \r\nPlease note that I'm far from a Nu expert so my code might not be very\r\nidiomatic. If that is the case please tell me so and I'll be happy to do\r\nthe necessary changes.","shortMessageHtmlLink":"Add Micromamba support (nushell#800)"}},{"before":"bc6273d9710d6d8d04813a751ae160c439cb6644","after":"707cda345078553f3e878a100ca103a28f440705","ref":"refs/heads/main","pushedAt":"2024-03-25T03:56:40.000Z","pushType":"push","commitsCount":11,"pusher":{"login":"neur1n","name":null,"path":"/neur1n","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17579247?s=80&v=4"},"commit":{"message":"Clean up str append/prepend a little (#797)\n\n- Move to directory for other `str` contributions\r\n- Add simple `help` docs\r\n- Simplify type check since only 2 cases are possible\r\n\r\n@savente93 Are these okay?","shortMessageHtmlLink":"Clean up str append/prepend a little (nushell#797)"}},{"before":null,"after":"aa6d0a7752cf5dbb221acaa0a3bcb2e9c7cdf6d8","ref":"refs/heads/msvs","pushedAt":"2024-03-11T01:25:25.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"neur1n","name":null,"path":"/neur1n","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17579247?s=80&v=4"},"commit":{"message":"fix: update modules/virtual_environments/nu_msvs to work with nushell 0.91.0","shortMessageHtmlLink":"fix: update modules/virtual_environments/nu_msvs to work with nushell…"}},{"before":"ad758c23f7657b25458a6caa9e0d7ec5847516df","after":null,"ref":"refs/heads/conda_msvs","pushedAt":"2024-03-11T01:21:35.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"neur1n","name":null,"path":"/neur1n","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17579247?s=80&v=4"}},{"before":"45c051dad0e243a63608c8274b7fddd5f0b74941","after":"bc6273d9710d6d8d04813a751ae160c439cb6644","ref":"refs/heads/main","pushedAt":"2024-03-11T01:20:28.000Z","pushType":"push","commitsCount":156,"pusher":{"login":"neur1n","name":null,"path":"/neur1n","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17579247?s=80&v=4"},"commit":{"message":":bug: fix a couple of parser errors (#782)\n\nThis is some legwork to the CI\r\n- [x] fix one `get-row.nu` before 0.60, just because it was easy\r\n- [x] `modules/formats/to-ini.nu`\r\n- [x] `modules/git/git-v2.nu`\r\n- [x] `modules/git/git.nu`\r\n- [x] `modules/log/log.nu`\r\n- [x] `modules/weather/weatherdark.nu`\r\n- [x] `sourced/api_wrappers/worlframalpha.nu`\r\n- [x] `sourced/cool-oneliners/pwd-short.nu`\r\n- [x] `sourced/github/branch-protections/branch-protections.nu`\r\n- [x] `sourced/gitlab/gitlab.nu`\r\n- [x] `sourced/misc/nu_defs.nu`\r\n- [x] `sourced/update-path.nu`\r\n- [x] `sourced/webscraping/shell_starts.nu`\r\nI moved some auto-generated commands:\r\n- [x] `ack` \r\n- [x] `as`\r\n- [x] `curl`\r\n- [x] `fsarprc`\r\n- [x] `fsarpri`\r\n- [x] `godoc`\r\n- [x] `mysql` \r\n- [x] and `xgettext` \r\nto custom, so we keep the modifications.\r\nI had to comment some of the flags because the parser is not able to\r\nparse some flags. Those are explained in comments","shortMessageHtmlLink":"🐛 fix a couple of parser errors (nushell#782)"}},{"before":"539ec787f837b6e5cf4382fd1b9e4b1f4c6238a1","after":"45c051dad0e243a63608c8274b7fddd5f0b74941","ref":"refs/heads/main","pushedAt":"2023-08-27T07:03:06.000Z","pushType":"push","commitsCount":10,"pusher":{"login":"neur1n","name":null,"path":"/neur1n","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17579247?s=80&v=4"},"commit":{"message":"Add `dfr` before `into df` and `into nu` (#585)\n\nIt seems that the file is slightly out-of-date.","shortMessageHtmlLink":"Add dfr before into df and into nu (nushell#585)"}},{"before":null,"after":"ad758c23f7657b25458a6caa9e0d7ec5847516df","ref":"refs/heads/conda_msvs","pushedAt":"2023-08-12T05:43:46.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"neur1n","name":null,"path":"/neur1n","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17579247?s=80&v=4"},"commit":{"message":"minor changes to nu_conda.nu and nu_msvs.nu\n\n1. feat(nu_conda): add `nu_conda list` to list available envs\n2. fix: use `print` instead of `echo` to print warnings\n3. doc: change minimum support version to 0.83.0","shortMessageHtmlLink":"minor changes to nu_conda.nu and nu_msvs.nu"}},{"before":"4d01456fc4ec9d2dfdcc975259940eac2b081db5","after":null,"ref":"refs/heads/hl.nu","pushedAt":"2023-08-12T05:26:06.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"neur1n","name":null,"path":"/neur1n","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17579247?s=80&v=4"}},{"before":"9e62390ec14c96d1e98799f6669dfb3634d06aaf","after":"539ec787f837b6e5cf4382fd1b9e4b1f4c6238a1","ref":"refs/heads/main","pushedAt":"2023-08-12T05:25:27.000Z","pushType":"push","commitsCount":29,"pusher":{"login":"neur1n","name":null,"path":"/neur1n","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17579247?s=80&v=4"},"commit":{"message":"feat(completions): ✨ add PDM custom completions (#573)\n\n* feat(completions): ✨ add PDM custom completions\r\n\r\n* feat(completions): ✨ add dependency groups detection from pyproject.toml for relevant commands\r\n\r\n* fix: 🐛 nuopen to open as it should be\r\n\r\n* feat(completions): ✨ user script completions in pdm run\r\n\r\n* chore: 🔥 remove vscode settings","shortMessageHtmlLink":"feat(completions): ✨ add PDM custom completions (nushell#573)"}},{"before":null,"after":"4d01456fc4ec9d2dfdcc975259940eac2b081db5","ref":"refs/heads/hl.nu","pushedAt":"2023-06-25T03:59:03.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"neur1n","name":null,"path":"/neur1n","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17579247?s=80&v=4"},"commit":{"message":"fix: fix default fg and bg coloring for hl.nu","shortMessageHtmlLink":"fix: fix default fg and bg coloring for hl.nu"}},{"before":"c5cfe27e35d1a8749b6a4e98af36e19221d0f4db","after":null,"ref":"refs/heads/hl.nu","pushedAt":"2023-06-25T03:58:03.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"neur1n","name":null,"path":"/neur1n","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17579247?s=80&v=4"}},{"before":"505c4d4443371f00d9d7825685ba2d94443c6765","after":null,"ref":"refs/heads/nu_msvs","pushedAt":"2023-06-25T03:56:40.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"neur1n","name":null,"path":"/neur1n","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17579247?s=80&v=4"}},{"before":null,"after":"c5cfe27e35d1a8749b6a4e98af36e19221d0f4db","ref":"refs/heads/hl.nu","pushedAt":"2023-06-25T03:53:58.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"neur1n","name":null,"path":"/neur1n","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17579247?s=80&v=4"},"commit":{"message":"fix: fix default fg and bg coloring for hl.nu","shortMessageHtmlLink":"fix: fix default fg and bg coloring for hl.nu"}},{"before":"ec6acdd773cb52c77eeb84e524ead3db02cd182c","after":"9e62390ec14c96d1e98799f6669dfb3634d06aaf","ref":"refs/heads/main","pushedAt":"2023-06-25T03:47:31.480Z","pushType":"push","commitsCount":156,"pusher":{"login":"neur1n","name":null,"path":"/neur1n","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17579247?s=80&v=4"},"commit":{"message":"added Brace exspansion module (#535)\n\n* updated readme\r\n\r\n* added the expand module\r\n\r\n* change from --help to -h due to a bug\r\n\r\n* changed expand to main, to self reference\r\n\r\n* updated wrong output","shortMessageHtmlLink":"added Brace exspansion module (nushell#535)"}},{"before":"ec6acdd773cb52c77eeb84e524ead3db02cd182c","after":"9e62390ec14c96d1e98799f6669dfb3634d06aaf","ref":"refs/heads/main","pushedAt":"2023-06-25T03:47:31.000Z","pushType":"push","commitsCount":156,"pusher":{"login":"neur1n","name":null,"path":"/neur1n","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17579247?s=80&v=4"},"commit":{"message":"added Brace exspansion module (#535)\n\n* updated readme\r\n\r\n* added the expand module\r\n\r\n* change from --help to -h due to a bug\r\n\r\n* changed expand to main, to self reference\r\n\r\n* updated wrong output","shortMessageHtmlLink":"added Brace exspansion module (nushell#535)"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEXxqAcQA","startCursor":null,"endCursor":null}},"title":"Activity · neur1n/nu_scripts"}