Skip to content
This repository was archived by the owner on Sep 12, 2024. It is now read-only.

Commit 10a7403

Browse files
committed
Ass readme
1 parent b1e4065 commit 10a7403

File tree

2 files changed

+46
-0
lines changed

2 files changed

+46
-0
lines changed

README.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
Snip
2+
====
3+
4+
Snip is a lightweight snippets manager built with SwiftUI + Combine for macOS 10.15+.
5+
6+
🌟 Star us on GitHub — it helps!
7+
8+
![Screen Shot 2020-08-26 at 7 55 56 PM](https://user-images.githubusercontent.com/1506323/91417795-97808a00-e851-11ea-8100-c9d2b075b59d.png)
9+
10+
## Features
11+
12+
* ✅ 100% SwiftUI + Combine
13+
* Editor with syntax highlighting for every language
14+
* Support 100+ programming language, if yours is not present, just tell us and we'll add it!
15+
* Markdown and HTML preview mode
16+
* GitHub Gists sync
17+
* Quick snippet copy
18+
* Organized snippets collection
19+
* Favorites snippets
20+
* Tags
21+
22+
23+
## Editor
24+
25+
Fork from [CodeMirror-Swift](https://github.com/ProxymanApp/CodeMirror-Swift) by [NghiaTranUIT](https://github.com/NghiaTranUIT) 🙏, repackaged for SwiftUI.
26+
27+
* CodeMirror v5.57.0
28+
* Show invisible characters
29+
* 100+ themes available
30+
31+
32+
# Incoming
33+
34+
- Editor customization with font, font size, tab size and more
35+
- Create snippets from files
36+
- Create snippets via deeplinks from StackOverflow
37+
- iCloud Sync & Restore
38+
- Themes
39+
- Search
40+
41+
42+
## Contributing
43+
44+
Contributions are always welcome!

Snip.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@
9191
794D27CF24F672E4006E3B3D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
9292
794D27DA24F6A19C006E3B3D /* Data.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Data.swift; sourceTree = "<group>"; };
9393
794D27DD24F6A39B006E3B3D /* md.css */ = {isa = PBXFileReference; lastKnownFileType = text.css; path = md.css; sourceTree = "<group>"; };
94+
794D27DF24F79F8D006E3B3D /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
9495
796B092424D1B4A3006904C4 /* SnipItem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SnipItem.swift; sourceTree = "<group>"; };
9596
796B092824D1B563006904C4 /* Settings.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Settings.swift; sourceTree = "<group>"; };
9697
796B092F24D1B8F5006904C4 /* CodeMirrorView.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; name = CodeMirrorView.bundle; path = Snip/External/CodeMirrorView.bundle; sourceTree = "<group>"; };
@@ -262,6 +263,7 @@
262263
79BC1D1324D16E67008FD16E = {
263264
isa = PBXGroup;
264265
children = (
266+
794D27DF24F79F8D006E3B3D /* README.md */,
265267
79BC1D1E24D16E67008FD16E /* Snip */,
266268
794D27CC24F672E4006E3B3D /* SnipTests */,
267269
79BC1D1D24D16E67008FD16E /* Products */,

0 commit comments

Comments
 (0)