{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":500747580,"defaultBranch":"master","name":"acmerc","ownerLogin":"ixtenu","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2022-06-07T08:09:07.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/99107725?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1654589723.153188","currentOid":""},"activityList":{"items":[{"before":"372cc892c86d8ef55923519306b81b1615dcd459","after":"abbdc390aa65ec7de9c869e91728eb9dc379afbc","ref":"refs/heads/master","pushedAt":"2024-06-04T19:11:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ixtenu","name":null,"path":"/ixtenu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/99107725?s=80&v=4"},"commit":{"message":"Create ~/bin if it doesn't exist","shortMessageHtmlLink":"Create ~/bin if it doesn't exist"}},{"before":"473f6fd17c03e04c02ca6f5928273f368db29088","after":"372cc892c86d8ef55923519306b81b1615dcd459","ref":"refs/heads/master","pushedAt":"2024-02-27T00:14:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ixtenu","name":null,"path":"/ixtenu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/99107725?s=80&v=4"},"commit":{"message":"Getall: fix check for +Errors windows\n\nFix incorrect sed(1) regex. This went unnoticed since +Errors windows\nare typically dirty and there's a separate check for that condition.","shortMessageHtmlLink":"Getall: fix check for +Errors windows"}},{"before":"ad100c432769ad0093f5c658287c008285056b75","after":"473f6fd17c03e04c02ca6f5928273f368db29088","ref":"refs/heads/master","pushedAt":"2024-01-29T03:29:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ixtenu","name":null,"path":"/ixtenu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/99107725?s=80&v=4"},"commit":{"message":"setup.md: list packages for Void Linux","shortMessageHtmlLink":"setup.md: list packages for Void Linux"}},{"before":"a694afe0faecca1309a9f3c7fbfc1950afe5edbb","after":"ad100c432769ad0093f5c658287c008285056b75","ref":"refs/heads/master","pushedAt":"2024-01-22T02:35:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ixtenu","name":null,"path":"/ixtenu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/99107725?s=80&v=4"},"commit":{"message":"Fix broken stdout->stderr redirects","shortMessageHtmlLink":"Fix broken stdout->stderr redirects"}},{"before":"d3d9c28659045d2c90a0427c77ecd9f594ccda1d","after":"a694afe0faecca1309a9f3c7fbfc1950afe5edbb","ref":"refs/heads/master","pushedAt":"2024-01-18T05:07:46.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"ixtenu","name":null,"path":"/ixtenu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/99107725?s=80&v=4"},"commit":{"message":"bin/9a: fix error with nonexistent ~/bookmark file","shortMessageHtmlLink":"bin/9a: fix error with nonexistent ~/bookmark file"}},{"before":"ae0933336557c9272561b39652fe53023370e964","after":"d3d9c28659045d2c90a0427c77ecd9f594ccda1d","ref":"refs/heads/master","pushedAt":"2023-12-14T02:22:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ixtenu","name":null,"path":"/ixtenu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/99107725?s=80&v=4"},"commit":{"message":"install.sh improvements\n\nFix a problem where install.sh would abort with an error if there\nwas a broken symbolic link which needed to be replaced.\n\nAs an optimization, skip rewriting an existing symbolic link if it\nalready points at the correct destination.","shortMessageHtmlLink":"install.sh improvements"}},{"before":"65235bbc0e4053007eb54aea01b09e349ab8f050","after":"ae0933336557c9272561b39652fe53023370e964","ref":"refs/heads/master","pushedAt":"2023-07-21T17:53:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ixtenu","name":null,"path":"/ixtenu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/99107725?s=80&v=4"},"commit":{"message":"Add bin/Clear","shortMessageHtmlLink":"Add bin/Clear"}},{"before":"de61fb073dc888d710a4f915c0f91dad9467645a","after":"65235bbc0e4053007eb54aea01b09e349ab8f050","ref":"refs/heads/master","pushedAt":"2023-06-08T04:22:00.199Z","pushType":"push","commitsCount":1,"pusher":{"login":"ixtenu","name":null,"path":"/ixtenu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/99107725?s=80&v=4"},"commit":{"message":"Fix false positive with \"pgrep plumber\"\n\nplumber wasn't being started on machines using PipeWire because\n\"pgrep plumber\" matches wireplumber... Eliminate that false\npositive with a more precise search pattern.\n\nAlso, run plumber via full path, just in case.","shortMessageHtmlLink":"Fix false positive with \"pgrep plumber\""}},{"before":"4562459d61e5ce0fdc8fe5ab2b0b4b3e87d1ad8c","after":"de61fb073dc888d710a4f915c0f91dad9467645a","ref":"refs/heads/master","pushedAt":"2023-06-06T23:45:36.442Z","pushType":"push","commitsCount":1,"pusher":{"login":"ixtenu","name":null,"path":"/ixtenu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/99107725?s=80&v=4"},"commit":{"message":"Run acme and sam without 9 by default\n\nMany scripts don't work when $PLAN9/bin is at the front of the path,\nsince running (for example) grep would resolve to plan9port grep rather\nthan the system's default grep (e.g., GNU coreutils grep on a typical\nLinux system), and these two implementations are far from compatible.\n\nTo make it easier to run such scripts, stop running acme and sam via the\n9 wrapper script, which puts $PLAN9/bin at the front of the path. If\nthe plan9port executables really are preferred, run with -9.\n\nRunning acme and sam via the 9 wrapper script had an additional purpose:\nit guaranteed that the plan9port executables would be used, rather than\nany other acme or sam which might be in the $PATH. To preserve this\nbehavior, ran acme and sam via absolute path to the plan9port\nexecutables.","shortMessageHtmlLink":"Run acme and sam without 9 by default"}},{"before":"697ba99bb3373182b81897010632a7eab68f2b2c","after":"4562459d61e5ce0fdc8fe5ab2b0b4b3e87d1ad8c","ref":"refs/heads/master","pushedAt":"2023-06-04T22:06:45.511Z","pushType":"push","commitsCount":1,"pusher":{"login":"ixtenu","name":null,"path":"/ixtenu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/99107725?s=80&v=4"},"commit":{"message":"9a: librewolf as preferred $BROWSER","shortMessageHtmlLink":"9a: librewolf as preferred $BROWSER"}},{"before":"ae488cdfa5a238dd74cc0d43db4a7972189bb23a","after":"697ba99bb3373182b81897010632a7eab68f2b2c","ref":"refs/heads/master","pushedAt":"2023-06-04T21:37:31.793Z","pushType":"push","commitsCount":1,"pusher":{"login":"ixtenu","name":null,"path":"/ixtenu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/99107725?s=80&v=4"},"commit":{"message":"Update copyright end year","shortMessageHtmlLink":"Update copyright end year"}},{"before":"72e9ec57261cf76f3bc2b1ce11ed1827730b5251","after":"ae488cdfa5a238dd74cc0d43db4a7972189bb23a","ref":"refs/heads/master","pushedAt":"2023-06-04T21:35:27.784Z","pushType":"push","commitsCount":1,"pusher":{"login":"ixtenu","name":null,"path":"/ixtenu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/99107725?s=80&v=4"},"commit":{"message":"Set CLICOLOR and NO_COLOR\n\nCLICOLOR: \nNO_COLOR: ","shortMessageHtmlLink":"Set CLICOLOR and NO_COLOR"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEXGDiswA","startCursor":null,"endCursor":null}},"title":"Activity ยท ixtenu/acmerc"}