Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
misc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
misc
Commits
78c77c70
Commit
78c77c70
authored
Mar 29, 2011
by
Kirill Smelkov
Committed by
Kirill Smelkov
May 26, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Набросок astextplain для reg
Signed-off-by:
Kirill Smelkov
<
kirr@mns.spb.ru
>
parent
cbe9a631
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
0 deletions
+8
-0
bin/reg-astextplain
bin/reg-astextplain
+5
-0
dot/mailcap
dot/mailcap
+2
-0
dot/mime.types
dot/mime.types
+1
-0
No files found.
bin/reg-astextplain
0 → 100755
View file @
78c77c70
#!/bin/sh -e
# dump a .reg in astextplain style
# .reg файлы хранятся в кодировке UCS-2
iconv
-fUCS-2
-tUTF-8
"
$1
"
dot/mailcap
View file @
78c77c70
application/msaccess; mdb-astextplain '%s'; copiousoutput
application/msexcel; xls-astextplain '%s'; copiousoutput
application/vnd.ms-excel; xls-astextplain '%s'; copiousoutput
application/msregedit; reg-astextplain '%s'; copiousoutput
dot/mime.types
0 → 100644
View file @
78c77c70
application/msregedit reg
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment