Software Alternatives, Accelerators & Startups

fugitive (via vim) VS Working Copy

Compare fugitive (via vim) VS Working Copy and see what are their differences

fugitive (via vim) logo fugitive (via vim)

Free - VIM license

Working Copy logo Working Copy

The powerful Git client for iOS
  • fugitive (via vim) Landing page
    Landing page //
    2023-09-27
  • Working Copy Landing page
    Landing page //
    2023-09-23

fugitive (via vim) features and specs

  • Seamless Git Integration
    Fugitive offers seamless integration with Git, allowing users to execute Git commands directly within Vim. This streamlines the workflow for developers who prefer staying within the Vim editor.
  • Efficiency
    For Vim users, fugitive enhances productivity by minimizing context switching between the command line and editor. Users can perform complex Git operations without leaving Vim.
  • Comprehensive Feature Set
    Fugitive supports a wide range of Git functionalities including diffing, status checking, branch management, and more. It acts like a comprehensive Git wrapper inside Vim.
  • Active Maintenance
    The plugin is actively maintained, which ensures it remains compatible with Vim updates and continues to receive performance and feature improvements.
  • Community Support
    Fugitive has a large user community, which means abundant resources, tutorials, and tips are available to help new users get up to speed quickly.

Possible disadvantages of fugitive (via vim)

  • Learning Curve
    New users may find fugitive's command set complex and require time to learn its shortcuts and functionalities effectively.
  • Vim Dependency
    Fugitive necessitates the use of Vim, which might not be ideal for developers who prefer other editors or IDEs, limiting its appeal to the Vim-committed audience.
  • Overhead for Simple Tasks
    For simple Git tasks, using fugitive within Vim might be more cumbersome than executing a quick command in a terminal, especially for those who are proficient with Git CLI.
  • Customization Requirements
    While flexible, fugitive might require customization or integration with other Vim plugins for optimal use, which can be daunting for users unfamiliar with Vimscript or Vim's extensive configuration system.

Working Copy features and specs

  • User Interface
    Working Copy features an intuitive and user-friendly interface that makes navigating through repositories, committing changes, and pushing updates seamless even for beginners.
  • File Management
    It offers robust file management capabilities, allowing users to easily view, edit, and manage files directly within the app, a crucial feature for developers on the go.
  • Integration
    Working Copy integrates well with other iOS apps and services, enabling smooth workflow transitions between different tools and platforms.
  • Support for Multiple Repositories
    The app supports multiple repositories, which is beneficial for developers who work on various projects simultaneously.
  • Offline Capabilities
    Working Copy allows users to work offline with local repositories, syncing changes when back online, enabling productivity in environments without internet access.
  • SSH Key Management
    It includes robust SSH key management, ensuring secure and streamlined authentication for remote repository access.

Possible disadvantages of Working Copy

  • Cost
    While the basic features are free, some advanced functionalities require a paid subscription, which might be a drawback for budget-conscious users.
  • Learning Curve
    Despite its user-friendly interface, the abundance of features can be overwhelming for new users, leading to a steep learning curve.
  • Limited Platform
    The app is available exclusively for iOS, which restricts accessibility for developers who use other platforms like Android or Windows.
  • Performance with Large Repositories
    Some users report performance issues when handling very large repositories, affecting the app's efficiency in such scenarios.
  • Editing Capabilities
    While it offers basic editing functionalities, Working Copy lacks some of the more advanced code editing features found in dedicated code editors.

fugitive (via vim) videos

No fugitive (via vim) videos yet. You could help us improve this page by suggesting one.

Add video

Working Copy videos

Using Git on iPad with Textastic and Working Copy

More videos:

  • Review - Obsidian: Capture on iOS with Drafts and Working Copy - Effective Remote Work

Category Popularity

0-100% (relative to fugitive (via vim) and Working Copy)
Git
52 52%
48% 48
Git Tools
100 100%
0% 0
Code Collaboration
40 40%
60% 60
Development
0 0%
100% 100

User comments

Share your experience with using fugitive (via vim) and Working Copy. For example, how are they different and which one is better?
Log in or Post with

Social recommendations and mentions

Based on our record, fugitive (via vim) should be more popular than Working Copy. It has been mentiond 69 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

fugitive (via vim) mentions (69)

  • GitUI
    I agree, navigating blame history is incredibly useful, if only to save you from asking the wrong person about a particular change. Vim's Fugitive[1] can do this and also in Textmate to. So I would hope that most editor git plugins can. 1. https://github.com/tpope/vim-fugitive. - Source: Hacker News / over 1 year ago
  • Is it too late to learn emacs as a vim lifer?
    You'll want to invest the time in learning Magit, which will change your life once you get the hang of it (and I was a heavy user of Fugitive in Vim previously!), and it's unlikely you'll find a better integration with GDB anywhere else on the planet than with Emacs, though I can't say that empirically. You just need to take the plunge and start learning it, then cut over and take the hit in productivity one day... Source: over 1 year ago
  • webify.nvim - Open the current file in the remote's web interface (github or gitlab) or yank its URL
    For an option that works on Vim, if you already use tpope's vim-fugitive, there's vim-rhubarb (for GitHub) and fugitive-gitlab.vim (for GitLab). Source: almost 2 years ago
  • Vim users who work without any plugins, how does your vimrc look like?
    I replace vim-fugitive with :! git. Source: almost 2 years ago
  • Switching from Emacs. My experience
    The only thing I truly miss from Emacs is [Magit](https://magit.vc/) since I still consider it the best git wrapper available. It is just too good. Unfortunately [Neogit](https://github.com/TimUntersberger/neogit) is not quite there yet although I hope it makes it at some point. I didn't like [Fugitive]https://github.com/tpope/vim-fugitive), but I ended up finding a good enough workaround by using... Source: almost 2 years ago
View more

Working Copy mentions (18)

  • 37signals Introduces Once – One time payment software
    Even better is the licensing model where you can keep using the version as-is after the subscription ends. You just don't get any new features. It's even possible to do on iOS, as Working Copy [0] is doing it. (You also get all the bug fixes and stuff, only new features are behind a flag that requires you to purchase another year of updates. I would also argue that Working Copy specifically is too cheap, but I... - Source: Hacker News / over 1 year ago
  • How I set up an almost fully automatic free Sync between Win, Android, iOS using Git.
    Yeah, Working Copy is a proper Git front-end which helps do safe syncing, via features such as:. Source: over 2 years ago
  • [Newbie] How could I prevent git conflicts and make this system better?
    So I have a laptop and a iPhone. On laptop I have the Obsidian.md desktop app, on iPhone I have the app and Working Copy app too. This is all for syncing my notes. Source: over 2 years ago
  • Show HN: Jot: Rapid note management for the terminal, inspired by Obsidian
    > It uses the same format of storage as Obsidian... Can Obsidian and Jot co-mingle in the same vault? I use Obsidian and am very happy with the git plugin[0] and Working Copy(iOS)[1] for keeping things automatically synced between my phone and desktop(s). Often I find myself dumping notes into random places from the terminal; feeding markdown via pipes. But I then have to remember to collect these artifacts and... - Source: Hacker News / over 2 years ago
  • Are there any good git viewers/browsers for iOS?
    This is the only one I've heard people use: https://workingcopyapp.com/. Source: almost 3 years ago
View more

What are some alternatives?

When comparing fugitive (via vim) and Working Copy, you can also consider the following products

lazygit - Simple terminal UI for git commands.

CodeHub - CodeHub is the most complete, unofficial, client for GitHub on the iOS platform.

Magit - Front-end to the git revision control system for emacs.

Git2Go - The Git client for iPhone and iPad you always wanted

tig - TIG Software Updates & Expansions. Download the most up-to-date, innovative software solutions for your TIG welder instantly to a memory card for enhanced performance.

Git Flow - Git Flow is a very self-explanatory free software workflow for managing Git branches.