file_kinds
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| file_kinds [2020/10/25 13:32] – ↷ Page moved from tool:software:file_kinds to file_kinds rjt | file_kinds [2024/05/07 23:24] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| ===== Description ===== | ===== Description ===== | ||
| - | Was always intrigued by these files. Used for describing contents of archive sand folders. | + | Was always intrigued by these files. Used for describing contents of archives and directories. |
| * FILE_ID.DIZ [[wp> | * FILE_ID.DIZ [[wp> | ||
| - | * .NFO [[wp> | + | * .NFO [[wp> |
| * README, READ.ME, README.* [[wp> | * README, READ.ME, README.* [[wp> | ||
| - | ===== Browser | + | ==== See Also ==== |
| + | * https:// | ||
| + | * https:// | ||
| + | * https:// | ||
| + | |||
| + | ===== Browser ===== | ||
| ==== .CRX ==== | ==== .CRX ==== | ||
| Line 20: | Line 25: | ||
| * https:// | * https:// | ||
| * https:// | * https:// | ||
| + | |||
| + | ==== Bookmarks ==== | ||
| + | |||
| + | In [[Firefox]] at least, bookmarks are exported and imported via [[HTML]] files with a '' | ||
| + | |||
| + | Examples: [[https:// | ||
| + | |||
| + | If you just want to import a basic list of links you can use a simplified version like: | ||
| + | |||
| + | <code html> | ||
| + | < | ||
| + | <meta http-equiv=" | ||
| + | <dl> | ||
| + | < | ||
| + | < | ||
| + | </dl> | ||
| + | </ | ||
| + | |||
| + | On import these will be plopped into the top level of the ' | ||
| + | |||
| + | <code html> | ||
| + | < | ||
| + | <meta http-equiv=" | ||
| + | <dl> | ||
| + | < | ||
| + | <dl> | ||
| + | < | ||
| + | </ | ||
| + | </dl> | ||
| + | </ | ||
| + | |||
| + | You can give your links titles, add tags ('' | ||
| + | |||
| + | ===See Also=== | ||
| + | * [[https:// | ||
| + | * [[tildegit> | ||
| + | |||
| + | ===== Linux ===== | ||
| + | ==== .desktop ==== | ||
| + | |||
| + | Desktop files are used to organise programs in the window manager' | ||
| + | |||
| + | In [[pcmanfm]] you can use .desktop files to define [[pcmanfm# | ||
| + | |||
| + | Software should provide one, but if you need t ocreate your own, or customise one you can put them in '' | ||
| + | |||
| + | I have an example one in my ''/ | ||
| + | |||
| + | <code ini> | ||
| + | [Desktop Entry] | ||
| + | Type=Application | ||
| + | Version=1.0 | ||
| + | Name=Template | ||
| + | GenericName=Desktop template | ||
| + | Comment= | ||
| + | Path=/ | ||
| + | Exec=executable.x86 | ||
| + | Icon=/ | ||
| + | Terminal=false | ||
| + | MimeType= | ||
| + | Categories=Game; | ||
| + | </ | ||
| + | |||
| + | There some notes on making ones for stuff you run through [[Wine]] on its page. | ||
| + | |||
| + | * Categories from the [[Freedesktop]] spec: | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | ===== Music ===== | ||
| + | |||
| + | I've written a bit about messing with .M3U files on the [[plaintext]] page. | ||
| + | |||
| + | ===== Music Making ===== | ||
| + | |||
| + | [[Reaper]] uses standard .TXT files for saving and loading note names: 'MIDI note/CC name map'. Eg this one I made for the [[Korg ER-1]]: | ||
| + | |||
| + | < | ||
| + | # MIDI note/CC name map | ||
| + | 49 Crash | ||
| + | 46 Hi-Hat Open | ||
| + | 45 Audio In 2 | ||
| + | 43 Audio In 1 | ||
| + | 42 Hi-Hat Close | ||
| + | 41 Percussion Synth 4 | ||
| + | 40 Percussion Synth 3 | ||
| + | 39 H.Clap | ||
| + | 38 Percussion Synth 2 | ||
| + | 36 Percussion Synth 1 | ||
| + | </ | ||
| + | |||
| + | It can load ' | ||
| + | |||
| + | .INS is used in other DAWs too, and looks like an .INI file. | ||
| + | |||
| + | .REABANK is… very plain, syntax wise. | ||
| + | |||
| + | ==== See Also ==== | ||
| + | |||
| + | * [[https:// | ||
| + | * [[http:// | ||
| ===== Programmy Stuffs ===== | ===== Programmy Stuffs ===== | ||
| Line 40: | Line 147: | ||
| Mostly I use it to hide results from shit websites in [[duckduckgo]] searches, for example: | Mostly I use it to hide results from shit websites in [[duckduckgo]] searches, for example: | ||
| - | < | + | < |
| + | @-moz-document domain(duckduckgo.com) { | ||
| /* Hide reults from particular domains */ | /* Hide reults from particular domains */ | ||
| Line 51: | Line 159: | ||
| } | } | ||
| - | }</ | + | } |
| + | </ | ||
| - | Otherwise I'm just blocking a few pesky ads., and making basic, Web1.0-like pages a bit easier | + | Otherwise I'm just [[blocking|blocking]] |
| //see -s-[[Firefox# | //see -s-[[Firefox# | ||
| + | |||
| + | ===== See Also ===== | ||
| + | |||
| + | * [[plaintext]] | ||
| + | * [[https:// | ||
| + | * [[http:// | ||
| + | |||
| + | {{tag> | ||
| + | |||
file_kinds.1603593163.txt.gz · Last modified: 2020/10/25 13:32 by rjt
