{"id":13441069,"url":"https://github.com/xmichelo/Beeftext","last_synced_at":"2025-03-20T11:34:59.348Z","repository":{"id":27648864,"uuid":"103842722","full_name":"xmichelo/Beeftext","owner":"xmichelo","description":"A text snippet tool for Windows.","archived":false,"fork":false,"pushed_at":"2024-06-15T19:43:37.000Z","size":46216,"stargazers_count":940,"open_issues_count":141,"forks_count":56,"subscribers_count":19,"default_branch":"master","last_synced_at":"2024-08-01T03:32:59.453Z","etag":null,"topics":["cpp","expander","open-source","productivity","qt","snippets","text","text-snippets","textexpander","tools","visual-studio","windows"],"latest_commit_sha":null,"homepage":"https://beeftext.org","language":"C++","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xmichelo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2017-09-17T16:12:59.000Z","updated_at":"2024-07-31T11:00:16.000Z","dependencies_parsed_at":"2023-12-05T19:46:39.311Z","dependency_job_id":null,"html_url":"https://github.com/xmichelo/Beeftext","commit_stats":null,"previous_names":[],"tags_count":48,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xmichelo%2FBeeftext","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xmichelo%2FBeeftext/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xmichelo%2FBeeftext/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xmichelo%2FBeeftext/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xmichelo","download_url":"https://codeload.github.com/xmichelo/Beeftext/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221752233,"owners_count":16874950,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cpp","expander","open-source","productivity","qt","snippets","text","text-snippets","textexpander","tools","visual-studio","windows"],"created_at":"2024-07-31T03:01:29.574Z","updated_at":"2024-10-28T00:31:43.273Z","avatar_url":"https://github.com/xmichelo.png","language":"C++","funding_links":[],"categories":["C++","Development"],"sub_categories":["Snippets Manager"],"readme":"# Beeftext\r\n\r\n![Beeftext](https://raw.githubusercontent.com/wiki/xmichelo/Beeftext/assets/images/Screenshot.png)\r\n\r\nBeeftext is a text snippet management tool for Windows, inspired by [TextExpander].\r\n\r\n\u003e [!important]  \r\n\u003e Beeftext is now in maintenance mode. No new feature will be added, but fixes for major issues will be provided.\r\n\r\nTextExpander is a great program, packed with features. To keep the company profitable, \r\n[Smile] had to switch to a subscription-based model in 2016. And for people who only need the\r\nbasic features of TextExpander, the monthly price is way too high.\r\n\r\nBeeftext aims to be the best possible alternative to TextExpander. Beeftext is an open-source project \r\nwritten in C++ using the [Qt] framework.\r\n\r\n## Contributors\r\n\r\nThe project is developed and managed by [Xavier Michelon]. The project is not looking for contributors and all pull requests will be rejected.\r\n\r\nContributors for translations are listed in the [dedicated wiki page](https://github.com/xmichelo/Beeftext/wiki/User-provided-translations).\r\n\r\nThe [beeftext.org] website uses a template provided by [HTML5 UP].\r\n\r\n## License\r\n\r\nThis project is licensed under the [MIT License].\r\n\r\nBeeftext uses the [Qt] framework under the [GNU Lesser General Public License v3].\r\n\r\nBeeftext uses the [OpenSSL] library under [OpenSSL and SSLeay licenses].\r\n\r\nBeeftext uses the [emojilib](https://github.com/muan/emojilib) library under the [MIT License].\r\n\r\n## Documentation\r\n### End User\r\n\r\nThe end user documentation is available as a [wiki](https://github.com/xmichelo/Beeftext/wiki) on the GitHub project page.\r\n\r\n### Developer\r\n\r\nDeveloper documentation can be extracted using the [Doxygen] documentation tool.\r\n\r\n## Building Beeftext\r\n\r\nIn order to build Beeftext from sources you will need:\r\n\r\n- The [Beeftext] source code. The git repository includes the [XMiLib] library as a submodule.\r\n- [Visual Studio 2022]. The Community Edition is available for free.\r\n- 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.\r\n- The [Qt Visual Studio Tools]. This add-on can be installed from the `Extensions and Updates` tool built into Visual Studio.\r\n- If you plan to generate the installer for Beeftext, you will also need [NSIS].\r\n\r\nDetailed build instructions are not available at the moment.\r\n\r\n[TextExpander]: https://textexpander.com\r\n[Smile]: https://smilesoftware.com/\r\n[Qt]: https://www.qt.io/developers/\r\n[Xavier Michelon]: https://michelon.ch\r\n[beeftext.org]: https://beeftext.org\r\n[HTML5 UP]: https://html5up.net/\r\n[MIT License]: https://opensource.org/licenses/MIT\r\n[GNU Lesser General Public License v3]: https://www.gnu.org/licenses/lgpl-3.0.txt\r\n[OpenSSL]: https://www.openssl.org\r\n[OpenSSL and SSLeay licenses]:https://www.openssl.org/source/license.html\r\n[Doxygen]: http://www.stack.nl/~dimitri/doxygen/\r\n[Beeftext]: https://github.com/xmichelo/Beeftext\r\n[Visual Studio 2022]: https://www.visualstudio.com/vs/community/\r\n[Qt Visual Studio Tools]: https://marketplace.visualstudio.com/items?itemName=TheQtCompany.QtVisualStudioTools2022\r\n[XMiLib]: https://github.com/xmichelo/XMiLib\r\n[NSIS]: http://nsis.sourceforge.net/Main_Page\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxmichelo%2FBeeftext","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxmichelo%2FBeeftext","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxmichelo%2FBeeftext/lists"}