#python #git #gitpython #manim #opencv #python3 #visualization
https://github.com/initialcommit-com/git-sim
https://github.com/initialcommit-com/git-sim
GitHub
GitHub - initialcommit-com/git-sim: Visually simulate Git operations in your own repos with a single terminal command.
Visually simulate Git operations in your own repos with a single terminal command. - initialcommit-com/git-sim
#lua #diff #git #neovim #neovim_lua #neovim_lua_plugin #neovim_plugin
https://github.com/sindrets/diffview.nvim
https://github.com/sindrets/diffview.nvim
GitHub
GitHub - sindrets/diffview.nvim: Single tabpage interface for easily cycling through diffs for all modified files for any git rev.
Single tabpage interface for easily cycling through diffs for all modified files for any git rev. - sindrets/diffview.nvim
#go #devsecops #git #gitleaks #go #golang #hacktoberfest #secret #security #security_tools
Gitleaks is a tool that helps you find and prevent hardcoded secrets like passwords, API keys, and tokens in your git repositories. It's easy to use and can be installed via Homebrew, Docker, or Go. You can run Gitleaks as a pre-commit hook or as a GitHub action to automatically check your code for secrets before committing.
Using Gitleaks benefits you by ensuring your sensitive information is not accidentally exposed in your code, making your projects more secure. It scans your repository for any hidden secrets and alerts you, so you can remove them before they become public. This protects your project from potential security breaches and maintains the confidentiality of your credentials.
https://github.com/gitleaks/gitleaks
Gitleaks is a tool that helps you find and prevent hardcoded secrets like passwords, API keys, and tokens in your git repositories. It's easy to use and can be installed via Homebrew, Docker, or Go. You can run Gitleaks as a pre-commit hook or as a GitHub action to automatically check your code for secrets before committing.
Using Gitleaks benefits you by ensuring your sensitive information is not accidentally exposed in your code, making your projects more secure. It scans your repository for any hidden secrets and alerts you, so you can remove them before they become public. This protects your project from potential security breaches and maintains the confidentiality of your credentials.
https://github.com/gitleaks/gitleaks
GitHub
GitHub - gitleaks/gitleaks: Find secrets with Gitleaks ๐
Find secrets with Gitleaks ๐. Contribute to gitleaks/gitleaks development by creating an account on GitHub.
#javascript #ftp #ftps #git #ldap #nfs #s3 #sftp #smb #webdav
Filestash is a powerful file manager that lets you access and manage your files from anywhere, using various protocols like FTP, SFTP, WebDAV, and more. It supports multiple cloud services such as Dropbox, Google Drive, and Amazon S3. You can use it in your browser, and it's also mobile-friendly. Key features include video and image viewers, audio players, office document support, and customizable plugins. This tool is super fast, user-friendly, and allows you to upload and download files easily. It's beneficial because it centralizes your file management, making it easy to access and share files across different platforms.
https://github.com/mickael-kerjean/filestash
Filestash is a powerful file manager that lets you access and manage your files from anywhere, using various protocols like FTP, SFTP, WebDAV, and more. It supports multiple cloud services such as Dropbox, Google Drive, and Amazon S3. You can use it in your browser, and it's also mobile-friendly. Key features include video and image viewers, audio players, office document support, and customizable plugins. This tool is super fast, user-friendly, and allows you to upload and download files easily. It's beneficial because it centralizes your file management, making it easy to access and share files across different platforms.
https://github.com/mickael-kerjean/filestash
GitHub
GitHub - mickael-kerjean/filestash: :file_folder: The Dropbox like web client for SFTP, S3, FTP, WebDAV, Git, Minio, LDAP, CalDAVโฆ
:file_folder: The Dropbox like web client for SFTP, S3, FTP, WebDAV, Git, Minio, LDAP, CalDAV, CardDAV, Mysql, Backblaze, ... - mickael-kerjean/filestash
#rust #git #github #tauri
GitButler is a tool that helps you manage multiple Git branches easily. It lets you work on several branches at the same time without switching between them, which can be very time-consuming. You can organize your file changes into separate virtual branches and push or create pull requests for each branch individually. This makes it easier to fix bugs or try out someone else's branch while still working on your own project. GitButler also offers features like easy commit management, undo timelines, and integration with GitHub, making your development workflow more efficient and flexible. This tool is especially useful for developers who need to handle multiple tasks simultaneously without the hassle of constant branch switching.
https://github.com/gitbutlerapp/gitbutler
GitButler is a tool that helps you manage multiple Git branches easily. It lets you work on several branches at the same time without switching between them, which can be very time-consuming. You can organize your file changes into separate virtual branches and push or create pull requests for each branch individually. This makes it easier to fix bugs or try out someone else's branch while still working on your own project. GitButler also offers features like easy commit management, undo timelines, and integration with GitHub, making your development workflow more efficient and flexible. This tool is especially useful for developers who need to handle multiple tasks simultaneously without the hassle of constant branch switching.
https://github.com/gitbutlerapp/gitbutler
GitHub
GitHub - gitbutlerapp/gitbutler: The GitButler version control client, backed by Git, powered by Tauri/Rust/Svelte
The GitButler version control client, backed by Git, powered by Tauri/Rust/Svelte - gitbutlerapp/gitbutler
#go #cli #git #terminal
Lazygit is a simple and interactive terminal UI for git commands that makes using git much easier. It allows you to stage individual lines of code, perform interactive rebases, cherry-pick commits, and more, all within a user-friendly interface. You can filter views, invoke custom commands, and even compare two commits directly. This tool saves you time and effort by avoiding the need to use complex command lines for common git tasks. It's supported on various platforms and can be installed through multiple methods, including Homebrew, Scoop, and more. Using lazygit can significantly simplify your git workflow and reduce frustration with git's complexities.
https://github.com/jesseduffield/lazygit
Lazygit is a simple and interactive terminal UI for git commands that makes using git much easier. It allows you to stage individual lines of code, perform interactive rebases, cherry-pick commits, and more, all within a user-friendly interface. You can filter views, invoke custom commands, and even compare two commits directly. This tool saves you time and effort by avoiding the need to use complex command lines for common git tasks. It's supported on various platforms and can be installed through multiple methods, including Homebrew, Scoop, and more. Using lazygit can significantly simplify your git workflow and reduce frustration with git's complexities.
https://github.com/jesseduffield/lazygit
GitHub
GitHub - jesseduffield/lazygit: simple terminal UI for git commands
simple terminal UI for git commands. Contribute to jesseduffield/lazygit development by creating an account on GitHub.
๐ฅ1
#typescript #cd #ci #git #gitlab #gitlab_ci #local #pipeline #push #uncomitted #untracked
You can run GitLab CI pipelines locally using `gitlab-ci-local`, which saves you time and effort by not having to push changes to test your `.gitlab-ci.yml` files. This tool allows you to execute pipelines as a shell executor or docker executor, eliminating the need for development-specific scripts. It also offers convenience features like CLI options, environment files, bash aliases, and tab completion. You can list pipeline jobs before running them and customize variables and artifacts easily. This makes your development process more efficient and streamlined.
https://github.com/firecow/gitlab-ci-local
You can run GitLab CI pipelines locally using `gitlab-ci-local`, which saves you time and effort by not having to push changes to test your `.gitlab-ci.yml` files. This tool allows you to execute pipelines as a shell executor or docker executor, eliminating the need for development-specific scripts. It also offers convenience features like CLI options, environment files, bash aliases, and tab completion. You can list pipeline jobs before running them and customize variables and artifacts easily. This makes your development process more efficient and streamlined.
https://github.com/firecow/gitlab-ci-local
GitHub
GitHub - firecow/gitlab-ci-local: Tired of pushing to test your .gitlab-ci.yml?
Tired of pushing to test your .gitlab-ci.yml? Contribute to firecow/gitlab-ci-local development by creating an account on GitHub.