Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat(cheeseboard): module to get the list of pizzas from cheeseboard | Franck Cuny | 2022-05-31 | 1 | -0/+55 |
| | | | | | | | | | To see which pizzas are available this week at cheeseboard within Emacs is a dream come true. What's better than "M-x my/cheeseboard-menu" ?! This displays in a buffer the list of pizzas for the week. It includes the ingredients for the pizza, and hours of operation for that day (since the hours depending on the day of the week). | ||||
* | fix(git-extra): use cs.fcuny.xyz for my own repositories | Franck Cuny | 2022-05-31 | 1 | -17/+25 |
| | | | | | | | | | | I run an instance of sourcegraph on cs.fcuny.xyz for some of my repositories. When using `git-link' on my own code, I want to go there. I refactor some of the code to format the base URL using the hostname, and clean up the directory name in case the repository is coming from a gerrit server (there's a `a/' prefix to the name of the repository that I need to drop). | ||||
* | my-uptime: rename the function to `my/uptime-is` | Franck Cuny | 2022-05-10 | 1 | -3/+3 |
| | | | | Using the prefix `my/` is more consistent with my other functions. | ||||
* | my-uptime: new module to calculate availability | Franck Cuny | 2022-05-04 | 1 | -0/+55 |
| | | | | | For a given SLO, calculate what's the allowed downtime for different time period. | ||||
* | add nix to the languages for github search | Franck Cuny | 2022-04-17 | 1 | -1/+1 |
| | |||||
* | work: add function to search on sourcegraph | Franck Cuny | 2022-03-25 | 1 | -0/+11 |
| | |||||
* | web-extra: function to do a search on github | Franck Cuny | 2022-03-25 | 1 | -1/+12 |
| | |||||
* | git-extra: fix docstring | Franck Cuny | 2022-03-25 | 1 | -1/+1 |
| | |||||
* | packages: extra functions related to package.el | Franck Cuny | 2022-03-24 | 1 | -0/+65 |
| | |||||
* | this should be the last mass refactor | Franck Cuny | 2022-03-23 | 3 | -24/+68 |
| | |||||
* | functions: move custom functions to libraries | Franck Cuny | 2022-03-23 | 4 | -0/+81 |
| | |||||
* | init: simplify loading libraries | Franck Cuny | 2022-03-23 | 1 | -0/+10 |