https://github.com/vonbargen/togetherwhatbelongs
Together what belongs together
https://github.com/vonbargen/togetherwhatbelongs
2gtr git markdown md notes
Last synced: 3 months ago
JSON representation
Together what belongs together
- Host: GitHub
- URL: https://github.com/vonbargen/togetherwhatbelongs
- Owner: vonbargen
- License: apache-2.0
- Created: 2024-09-28T21:51:18.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-20T22:14:05.000Z (over 1 year ago)
- Last Synced: 2025-04-03T13:19:50.010Z (over 1 year ago)
- Topics: 2gtr, git, markdown, md, notes
- Language: C
- Homepage: http://www.togetherwhatbelongs.com
- Size: 8.58 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Together what belongs Together
- language / documentation and program
- git / collaboration and database
- organisation / use defaults like maven
- do not reinvent the wheel!
- use highly abstraction layer
- be fast, be funny
- Feature
- More than one Repo / Soruces
- Likes
- Visit Count
- Fulltext like glimpse
- Git Index / but no Repo
## GitHub
git remote add origin https://github.com/vonbargen/togetherwhatbelongs.git
## MasOS
brew install autoconf automake autoconf-archive
## Build
### Environment
```sh
export CMAKE_PATH=$HOME/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/bin
export VCPKG_ROOT=$HOME/.vcpkg-clion/vcpkg
export CMAKE_TOOLCHAIN_FILE=$VCPKG_ROOT/scripts/buildsystems/vcpkg.cmake
export PATH=$CMAKE_PATH:$VCPKG_ROOT:$PATH
```
https://learn.microsoft.com/en-us/vcpkg/get_started/get-started?pivots=shell-bash
- rm -rf build
- mkdir build
- cmake --preset=default
- cmake --build build
- /build/HelloWorld
https://github.com/kaishin/markoff.git
Ich möchte mit hilfe von commonMark markdown dateien parsen, anreichern und sie mit webkit in einer App ausgeben. Kann man so eine app schreiben?