This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Delete all the unwanted defaults | |
| gh label delete bug --yes | |
| gh label delete documentation --yes | |
| gh label delete duplicate --yes | |
| gh label delete enhancement --yes | |
| gh label delete "good first issue" --yes | |
| gh label delete "help wanted" --yes | |
| gh label delete invalid --yes | |
| gh label delete question --yes | |
| gh label delete wontfix --yes |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env rust-script | |
| //! ```cargo | |
| //! [dependencies] | |
| //! facet = "0.30" | |
| //! facet-json = "0.30" | |
| //! ``` | |
| use facet::Facet; | |
| use facet_json; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| fields: | |
| - name: node_types | |
| type: | |
| items: | |
| fields: | |
| - name: type | |
| type: string | |
| - name: named | |
| type: boolean | |
| - name: subtypes |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env rust-script | |
| //! ```cargo | |
| //! [dependencies] | |
| //! ropey = "1.6" | |
| //! smartstring = "1.0" | |
| //! ``` | |
| use ropey::Rope; | |
| use smartstring::alias::String as Tendril; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cargo doc --message-format=json 2>/dev/null | ./cdoc.rs - |
A GUI application for creating, manipulating, and arranging points on a canvas. Points can be circles or squares, and supports multi-selection, cloning, and grid-based layout.
- Draw circles and squares on a canvas
- Select single or multiple points
- Drag points with mouse (snapped to grid)
- Clone points in any direction
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function reclip { cliptargets --json | jq '.["text/html"]' | htmd - | clip ; } |
NewerOlder