Repository: linsa-io/linsa
Branch: main
Commit: 4df4f96f7271
Files: 3
Total size: 705 B
Directory structure:
gitextract_4tef9q5r/
├── .gitignore
├── readme.md
└── soon.ts
================================================
FILE CONTENTS
================================================
================================================
FILE: .gitignore
================================================
# core
.DS_Store
.env
.env*.local
.env.production
output
dist
target
.idea
.cache
.output
node_modules
package-lock.json
yarn.lock
.vercel
*.db
.repo_ignore
i.*
i-*
i/
internal/
past.*
past-*
past/
*.log
private
.npm-cache
.cargo_home
================================================
FILE: readme.md
================================================
# [linsa.io](https://linsa.io)
The idea behind the project is simple. Store any kind of digital content in a way that only you have access to it (end to end encryption).
Provide top tier experiences on top with lots more things.
Currently the author of this project does not have time to develop this in public but at some point this will be open source and be developed in the open.
================================================
FILE: soon.ts
================================================
await main();
async function main() {
console.log("open source in future 🖤");
}
gitextract_4tef9q5r/ ├── .gitignore ├── readme.md └── soon.ts
SYMBOL INDEX (1 symbols across 1 files)
FILE: soon.ts
function main (line 3) | async function main() {
Condensed preview — 3 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (1K chars).
[
{
"path": ".gitignore",
"chars": 235,
"preview": "# core\n.DS_Store\n.env\n.env*.local\n.env.production\noutput\ndist\ntarget\n.idea\n.cache\n.output\nnode_modules\npackage-lock.json"
},
{
"path": "readme.md",
"chars": 387,
"preview": "# [linsa.io](https://linsa.io)\n\nThe idea behind the project is simple. Store any kind of digital content in a way that o"
},
{
"path": "soon.ts",
"chars": 83,
"preview": "await main();\n\nasync function main() {\n console.log(\"open source in future 🖤\");\n}\n"
}
]
About this extraction
This page contains the full source code of the linsa-io/linsa GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 3 files (705 B), approximately 280 tokens, and a symbol index with 1 extracted functions, classes, methods, constants, and types. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.
Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.