Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xmichelo/Beeftext
A text snippet tool for Windows.
https://github.com/xmichelo/Beeftext
cpp expander open-source productivity qt snippets text text-snippets textexpander tools visual-studio windows
Last synced: 3 months ago
JSON representation
A text snippet tool for Windows.
- Host: GitHub
- URL: https://github.com/xmichelo/Beeftext
- Owner: xmichelo
- License: mit
- Created: 2017-09-17T16:12:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-15T19:43:37.000Z (7 months ago)
- Last Synced: 2024-08-01T03:32:59.453Z (6 months ago)
- Topics: cpp, expander, open-source, productivity, qt, snippets, text, text-snippets, textexpander, tools, visual-studio, windows
- Language: C++
- Homepage: https://beeftext.org
- Size: 44.1 MB
- Stars: 940
- Watchers: 19
- Forks: 56
- Open Issues: 141
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Beeftext
![Beeftext](https://raw.githubusercontent.com/wiki/xmichelo/Beeftext/assets/images/Screenshot.png)
Beeftext is a text snippet management tool for Windows, inspired by [TextExpander].
> [!important]
> Beeftext is now in maintenance mode. No new feature will be added, but fixes for major issues will be provided.TextExpander is a great program, packed with features. To keep the company profitable,
[Smile] had to switch to a subscription-based model in 2016. And for people who only need the
basic features of TextExpander, the monthly price is way too high.Beeftext aims to be the best possible alternative to TextExpander. Beeftext is an open-source project
written in C++ using the [Qt] framework.## Contributors
The project is developed and managed by [Xavier Michelon]. The project is not looking for contributors and all pull requests will be rejected.
Contributors for translations are listed in the [dedicated wiki page](https://github.com/xmichelo/Beeftext/wiki/User-provided-translations).
The [beeftext.org] website uses a template provided by [HTML5 UP].
## License
This project is licensed under the [MIT License].
Beeftext uses the [Qt] framework under the [GNU Lesser General Public License v3].
Beeftext uses the [OpenSSL] library under [OpenSSL and SSLeay licenses].
Beeftext uses the [emojilib](https://github.com/muan/emojilib) library under the [MIT License].
## Documentation
### End UserThe end user documentation is available as a [wiki](https://github.com/xmichelo/Beeftext/wiki) on the GitHub project page.
### Developer
Developer documentation can be extracted using the [Doxygen] documentation tool.
## Building Beeftext
In order to build Beeftext from sources you will need:
- The [Beeftext] source code. The git repository includes the [XMiLib] library as a submodule.
- [Visual Studio 2022]. The Community Edition is available for free.
- The [Qt] framework. Beeftext is generally built using the latest version of the library. Beeftext uses the 64-bit version compiled for the most recent version of Visual Studio.
- The [Qt Visual Studio Tools]. This add-on can be installed from the `Extensions and Updates` tool built into Visual Studio.
- If you plan to generate the installer for Beeftext, you will also need [NSIS].Detailed build instructions are not available at the moment.
[TextExpander]: https://textexpander.com
[Smile]: https://smilesoftware.com/
[Qt]: https://www.qt.io/developers/
[Xavier Michelon]: https://michelon.ch
[beeftext.org]: https://beeftext.org
[HTML5 UP]: https://html5up.net/
[MIT License]: https://opensource.org/licenses/MIT
[GNU Lesser General Public License v3]: https://www.gnu.org/licenses/lgpl-3.0.txt
[OpenSSL]: https://www.openssl.org
[OpenSSL and SSLeay licenses]:https://www.openssl.org/source/license.html
[Doxygen]: http://www.stack.nl/~dimitri/doxygen/
[Beeftext]: https://github.com/xmichelo/Beeftext
[Visual Studio 2022]: https://www.visualstudio.com/vs/community/
[Qt Visual Studio Tools]: https://marketplace.visualstudio.com/items?itemName=TheQtCompany.QtVisualStudioTools2022
[XMiLib]: https://github.com/xmichelo/XMiLib
[NSIS]: http://nsis.sourceforge.net/Main_Page