You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Rename project title from 'massCode Web' to 'takeCode'
- Update Docker image names from masscode-web to takecode
- Update Docker Hub and GHCR repository links
- Update service name in docker-compose.yml
- Update screenshot from masscode-screenshot.png to takecode-screenshot.png
- Update all references throughout documentation and code
*Browse your massCode snippets with a clean, modern web interface featuring syntax highlighting, (regex-)search, dark-/light-mode and tabbed code fragments.*
31
31
32
32
## 🌐 Live Demo
33
33
34
-
Check out the live demo at [https://masscodeweb.code-bude.net/](https://masscodeweb.code-bude.net/)
34
+
Check out the live demo at [https://demo.take-code.dev/](https://demo.take-code.dev/)
35
35
36
36
## 💡 Motivation
37
37
38
-
I love [massCode](https://masscode.io/) - it's an amazing code snippet manager that helps me organize and access my code snippets efficiently. However, sometimes I work on devices where I can't install the desktop client (like company laptops, shared computers, or restricted environments). To still have access to my snippets, I created massCode Web - a lightweight web interface that works with massCode's database files.
38
+
I love [massCode](https://masscode.io/) - it's an amazing code snippet manager that helps me organize and access my code snippets efficiently. However, sometimes I work on devices where I can't install the desktop client (like company laptops, shared computers, or restricted environments). To still have access to my snippets, I created takeCode - a lightweight web interface that works with massCode's database files.
39
39
40
40
## ⚠️ Affiliation & Disclaimer
41
41
@@ -54,7 +54,7 @@ I love [massCode](https://masscode.io/) - it's an amazing code snippet manager t
54
54
55
55
### Finding Your massCode Database
56
56
57
-
massCode Web works by reading your existing massCode `db.json` file. Here's how to locate it:
57
+
takeCode works by reading your existing massCode `db.json` file. Here's how to locate it:
58
58
59
59
#### On Different Operating Systems:
60
60
@@ -66,13 +66,13 @@ For more details, check the [massCode documentation on data storage](https://mas
66
66
67
67
#### Shared/Network Databases
68
68
69
-
You can also use massCode Web with databases stored on network drives or shared locations. Simply mount the network drive and point the volume mapping to the shared `db.json` file path.
69
+
You can also use takeCode with databases stored on network drives or shared locations. Simply mount the network drive and point the volume mapping to the shared `db.json` file path.
massCode Web supports environment variables for customization:
108
+
takeCode supports environment variables for customization:
109
109
110
110
#### SEARCH_HIGHLIGHT_LIMIT
111
111
@@ -134,17 +134,17 @@ environment:
134
134
135
135
```bash
136
136
# Using GitHub Container Registry
137
-
docker run -d -p 8080:80 -v /path/to/your/db.json:/data/db.json:ro ghcr.io/codebude/masscode-web:latest
137
+
docker run -d -p 8080:80 -v /path/to/your/db.json:/data/db.json:ro ghcr.io/codebude/takecode:latest
138
138
139
139
# Or using Docker Hub
140
-
docker run -d -p 8080:80 -v /path/to/your/db.json:/data/db.json:ro codebude/masscode-web:latest
140
+
docker run -d -p 8080:80 -v /path/to/your/db.json:/data/db.json:ro codebude/takecode:latest
141
141
```
142
142
143
143
## 🤝 Contributing
144
144
145
145
Found a bug or have a feature request? Feel free to:
146
-
- [Open an issue](https://github.com/codebude/masscode-web/issues)
147
-
- [Create a pull request](https://github.com/codebude/masscode-web/pulls)
146
+
- [Open an issue](https://github.com/codebude/takecode/issues)
147
+
- [Create a pull request](https://github.com/codebude/takecode/pulls)
148
148
- ⭐ Star the repository if you find it useful!
149
149
150
150
## 📄 License
@@ -153,8 +153,8 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
153
153
154
154
---
155
155
156
-
**Try massCode Web today and supercharge your snippet management! 🚀**
156
+
**Try takeCode today and supercharge your snippet management! 🚀**
157
157
158
158
## 📈 Star History
159
159
160
-
[](https://www.star-history.com/#codebude/masscode-web&Date)
160
+
[](https://www.star-history.com/#codebude/takecode&Date)
0 commit comments