December 8, 2019
Editors:
| #!/usr/bin/env bash | |
| # git-addremove | |
| git add -A | |
| git ls-files --deleted | xargs git rm |
| #!/usr/bin/env bash | |
| # git-addremove | |
| git add -A | |
| git ls-files --deleted | xargs git rm |
| Process: TextMate [14735] | |
| Path: /Applications/TextMate.app/Contents/MacOS/TextMate | |
| Identifier: com.macromates.TextMate | |
| Version: 2.0.8 (9800) | |
| Code Type: X86-64 (Native) | |
| Parent Process: ??? [1] | |
| Responsible: TextMate [14735] | |
| User ID: 501 | |
| Date/Time: 2020-04-22 03:03:00.060 -0400 |
| # -*- coding: utf-8 -*- | |
| from pprint import pprint | |
| WIDTH = 100 | |
| outside = 'varible defined outside' | |
| class YoDogg(object): | |
| def meth2(self): |
| øº¶®§•†¶¥•øç•≈£¢≈ç¶∞ƒ∆÷ø…¥˚¶•…ØÓˆÚ؈ÓÔÚ˝Ø°Áˆ¨˙ø˙ˆ; 7 | |
| 98¬ | |
| “øºø¨¥ø¶•§•¥¨∆øπ˜µø√ç≈ƒç©√˙∫˜¬µ…≤ˆø†®†¢´¢¢£∑∞´ß®∂†¥≈ç≈˙Ω®„¸®ßÁ‹›´Å͡›‹fi„fl´fi‡fl‰” | |
| ¶åœ£¢∑ç…π•ø∞§∂´•§ˆ∞¶©®ª˙¶πª§ˆ∂´µ©˙ƒ©˙≥¨®•§™∑£´∞fl‡°fl˝‰Óˇ°fiÓı˜Î˝ˆ´fiÎÒ—±·‚°·‡fl°fi‡›fl‡‹fiflfl’∏”Ò’ÆÚ¯˘˘¿¯ÂÔ¿ÒÚÁfl›Áfi€‹‹Œ„fifl›ÍfiÁ‹´˛Ç‰›“››‘ | |
| º–ˆø“ºˆ” | |
| ≥æ…¬“π≠ºˆ–º—‚”∏Ø·‚ˆ«‘“»’∏”Ø‚∏Ò‘’»‘‘”–º¶ª•ºªπ¥¶§ºª‚؈—‚‘‘ | |
| `¡™£¢∞§¶•ªºº––≠œ∑´®®†¥¨¨ˆøπ“‘«»’”åß∂ƒ©˙∆˚¬…ææΩ≈ç√∫˜µ≤≥÷ | |
| `⁄€‹››fiflfl‡°·‚‘——±Œ„“´‰ˇÁ¨ˆØ∏”’»ÅÍνÓÔÒÚÆÆ¸˛Ç◊ı˜˜Â¯˘¿ | |
| ⌘♾⚠︎〒⏤⏣⏉⍯⍰⍚⌰⌽⎇⌫⇧⎋⏏︎⌥→⌕⌀⎈❂◉⦿▶︎◀︎►◆❖Ω☂︎ | |
| 🔜🔛🔚🔙➖➕⚫️⬛️⚠️🔞🚫☢️❌🌈⚡️ |
| 2 | |
| 3 | |
| 4 | |
| 5 | |
| 6 | |
| 7 | |
| 8 | |
| 9 | |
| 10 |
December 8, 2019
Editors:
| #!/usr/bin/env ruby | |
| # | |
| # The estutely aware will of course immediately recognize this hackjob as | |
| # a copypasta from assorted TextMate Ruby bundle sources – I am in no way | |
| # a Ruby programmer so feel free to completely rewrite all of it in a single | |
| # terse statement, or derisively mock it or ignore it completely – don’t ever | |
| # say I never gave you options doggie | |
| # | |
| # • Scope Selector = ‘source.capnp’ | |
| # • Semantic Class = ‘process.run.capnp’ |
| #!/usr/bin/env bash | |
| DIALOG="/Applications/TextMate.app/Contents/PlugIns/Dialog2.tmplugin/Contents/Resources/tm_dialog2" | |
| $DIALOG help | |
| # usage: "$DIALOG" [--version] <command> [<args>] | |
| # 10 commands registered: | |
| # alert: Show an alert box. | |
| # defaults: Register default values for user settings. |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <!-- Generated by: TmTheme-Editor --> | |
| <!-- ============================================ --> | |
| <!-- app: http://tmtheme-editor.herokuapp.com --> | |
| <!-- code: https://github.com/aziz/tmTheme-Editor --> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>author</key> | |
| <string>Alexander Böhn</string> |