Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/twisterrob/twisterrob-env
My environment setup (to be added) and other random scripts.
https://github.com/twisterrob/twisterrob-env
git github-api intellj-idea maildir notion-api scripts svn2git
Last synced: 18 days ago
JSON representation
My environment setup (to be added) and other random scripts.
- Host: GitHub
- URL: https://github.com/twisterrob/twisterrob-env
- Owner: TWiStErRob
- License: unlicense
- Created: 2018-06-07T23:21:00.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-10-18T02:31:20.000Z (28 days ago)
- Last Synced: 2024-10-21T06:12:53.226Z (25 days ago)
- Topics: git, github-api, intellj-idea, maildir, notion-api, scripts, svn2git
- Language: Kotlin
- Homepage: https://github.com/TWiStErRob/TWiStErRob-env#contents
- Size: 2.46 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Environment setup & scripts
I have a complex environment setup on Windows, this repository shall contain things that make the environment easily reproducible.## Contents
* [caches](caches) files and folders that are emphemeral, and if deleted, they'll regenerate.
* [config](config) configuration files relocated into a central place.
* [projects](projects) workspaces for different projects I'm working on.
* [repos](repos) master copies of files, e.g. SVN server, Maven repository, Artifactory, etc.
* [scripts](scripts) see [below](#scripts).
* [secrets](secrets) private keys.
* [tools](tools) programs, SDK, etc. that do things.### Scripts
* [Special](scripts/special)
* [svn2git-migration](scripts/special/svn2git-migration) A script to migrate from an SVN monorepo into git repository(s).
* [local-intellij](scripts/special/local-intellij) How to start Android Studio (IntelliJ IDEA) without a trace in a specific directory.
* [pst-maildir-imap](scripts/special/pst-maildir-imap) A process to convert a .pst file to Maildir format and then sync with an IMAP server.
* [bitrise-mermaid](scripts/special/bitrise-mermaid) Convert Bitrise configuration to Mermaid diagram.
* [Git](scripts/git)
* [github-away](scripts/git/github-away) How to set up GitHub and git on a foreign machine.
* [merged-branches](scripts/git/merged-branches) Find squashed branches from `git log`.
* [GitHub](scripts/github)
* [repository-convention](scripts/github/repository-convention) Self-controlled defaults for GitHub user/orgs.
* [manage-draft-issues](scripts/github/project-manage-draft-issues) Create/update draft issues in a GitHub project.
* [user-contribs](scripts/github/user-contribs) Interactive GitHub User Contribution Stats for multiple repositories.
* [Notion](scripts/notion)
* [import-data](scripts/notion/import-data) Import data from JSON and CSV into Notion Databases.
* [move-to-property](scripts/notion/page-section-move-to-property) Move a page section to a property of the page.
* [database-filter-page-content](scripts/notion/database-filter-page-content) Create a "has content" column based on page content.
* [Google](scripts/google)
* [gmail-play-reviews](scripts/google/gmail-play-reviews) Load reviews from emails.## License
Unlicense, see [.github/LICENSE](.github/LICENSE).