Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Many additions and some small fixes #20

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 38 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
## Photoshop

#### Photography
- ✨ [GIMP](https://www.gimp.org/) *(Windows, Mac, Linux)*
- ✨ [GIMP (GNU Image Maniuplation Program)](https://www.gimp.org/) *(Windows, Mac, Linux)*
- ⭐️ [Sumo Paint](https://sumo.app/) *(Windows, Mac, Linux)*
- 💵 [Affinity Photo](https://affinity.serif.com/en-gb/photo/) *(Windows, Mac, iOS)*
- 💵 [Photoline](https://www.pl32.com/) *(Windows, Mac)*
Expand Down Expand Up @@ -137,6 +137,17 @@

- ✨ [Olive](https://olivevideoeditor.org/) *(Windows, Mac, Linux)*
- ✨ [Kdenlive](https://kdenlive.org/en/) *(Windows, Mac, Linux)*
- ✨ [OpenShot](https://www.openshot.org/) *(Windows, Mac, Linux)*
- ✨ [ShotCut](https://www.shotcut.org/) *(Windows, Mac, Linux)*
- ✨ [Blender](https://blender.org/) *(Windows, Mac, Linux)*
- ✨ [Flowblade](https://jliljebl.github.io/flowblade/index.html) *(Linux)*
- ✨ [AVIDemux](http://avidemux.sourceforge.net/) *(Windows, Mac, Linux)*
- ✨ [VidCutter](https://github.com/ozmartian/vidcutter) *(Windows, Mac, Linux)*
- ✨ [LiVES](http://lives-video.com/) *(Mac, Linux)*
- ✨ [VirtualDub](https://www.virtualdub.org/) *(Windows)*
- ✨ [Pitivi](https://www.pitivi.org/) *(Linux)*
- ✨ (💵) [Lightworks](https://lwks.com/) *(Windows, Mac, Linux)*
- ⭐️ (💵) [HitFilm](https://fxhome.com/product/hitfilm) *(Windows, Mac, Linux)*
- ⭐️ (💵) [DaVinci Resolve](https://www.blackmagicdesign.com/products/davinciresolve) *(Windows, Mac, Linux)*
- 💵 [VEGAS Pro](https://www.vegascreativesoftware.com/us/vegas-pro/) *(Windows)*
- 💵 [Final Cut Pro](https://www.apple.com/final-cut-pro/) *(Mac, iOS)*
Expand All @@ -145,9 +156,24 @@

## Acrobat

#### Viewers

- ✨ [Evince](https://wiki.gnome.org/Apps/Evince) *(Windows, Linux)*
- ✨ [Okular](https://okular.kde.org/) *(Windows, Linux)*
- ✨ [XPDFReader](https://www.xpdfreader.com/index.html) *(Windows, Linux)*
- ✨ [SumatraPDF](https://github.com/sumatrapdfreader/sumatrapdf) *(Windows)*

#### Editing and converting

- ✨ [LibreOffice Draw](https://www.libreoffice.org/discover/draw/) *(Windows, Mac, Linux)*
- ✨ [Inkscape](https://inkscape.org/en/) *(Windows, Mac, Linux)*
- ✨ [GIMP (GNU Image Manipulation Program)](https://www.gimp.org/) *(Windows, Mac, Linux)*
- ✨ [Scribus](https://www.scribus.net/) *(Windows, Mac, Linux)*
- ✨ [PDFtk](https://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/) *(Windows, Mac, Linux)*
- 💵 [PDF-XChange](https://pdf-xchange.eu/pdf-xchange-editor/) *(Windows)*
- ⭐️ [Xodo](https://xodo.com/) *(Browser)*
- ⭐️ [PDF24](https://www.pdf24.org/en/) *(Windows)*
- ✨/💵 [PDFSam](https://pdfsam.org/) *(Windows, Mac, Linux)*

## Bridge

Expand All @@ -157,7 +183,15 @@
## Dreamweaver

- ✨ [Netbeans](https://netbeans.apache.org/) *(Windows, Mac, Linux)*
- ✨ [Eclipse](https://eclipse.org/) *(Windows, Mac, Linux)*
- ✨ [Aptana Studio](http://www.aptana.com/) *(Windows, Mac, Linux)*
- ✨ [VSCodium](https://vscodium.com/) *(Windows, Mac, Linux)*
- ✨ [Pulsar](https://pulsar-edit.dev/) *(Windows, Mac, Linux)*
- ✨ [Vim](https://www.vim.org/download.php) *(Windows, Mac, Linux)*
- ✨ [NeoVim](https://neovim.io/) *(Windows, Mac, Linux)*
- ✨ [Emacs](https://www.gnu.org/software/emacs/) *(Windows, Mac, Linux)*
- ✨ [Notepad++](https://notepad-plus-plus.org/) *(Windows)*
Comment on lines +190 to +193

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
-[Vim](https://www.vim.org/download.php) *(Windows, Mac, Linux)*
-[NeoVim](https://neovim.io/) *(Windows, Mac, Linux)*
-[Emacs](https://www.gnu.org/software/emacs/) *(Windows, Mac, Linux)*
-[Notepad++](https://notepad-plus-plus.org/) *(Windows)*

I think this ones are more text editors than a good alternative to Dreamweaver

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Notepad++ has all features a code editor need to do websites. It's not just a text editor.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this ones are more text editors than a good alternative to Dreamweaver

That's true, but statistically speaking most developers are using text editors for web development. Dreamweaver is much more of an IDE then it is a text editor. In my experience most web developers have switched to using something that is more of a text editor than an IDE like Visual Studio or something. Both are valid ways of doing web development, so maybe I could add a section for IDEs and a section for text editors?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure it's worth complicating the list even more, maybe just adding a comment next to each software to indicate if it's an IDE or a text editor, but I think interested people will see it quickly by clicking on the links.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure it's worth complicating the list even more, maybe just adding a comment next to each software to indicate if it's an IDE or a text editor, but I think interested people will see it quickly by clicking on the links.

I'm fine with either, just lemme know what you all want and I'll update the PR. 😄

- ⭐️/💵 [Sublime Text](https://www.sublimetext.com/) *(Windows, Mac, Linux)*
- ⭐️ [Visual Studio Code](https://code.visualstudio.com/) *(Windows, Mac, Linux)*
- ⭐️ (💵) [Blue Griffon](http://www.bluegriffon.org/) *(Windows, Mac, Linux)*

Expand All @@ -167,7 +201,7 @@

- ✨ [Audacity](https://www.audacityteam.org/) *(Windows, Mac, Linux)*
- ⭐️ [Ocenaudio](https://www.ocenaudio.com/) *(Windows)*
- ⭐️ (💵) [DaVinci Fairlight](https://www.blackmagicdesign.com/nl/products/davinciresolve/fairlight) *(Windows, Mac, Linux)*
- ⭐️ (💵) [DaVinci Resolve Fairlight](https://www.blackmagicdesign.com/nl/products/davinciresolve/fairlight) *(Windows, Mac, Linux)*
- 💵 [Sound Forge](https://www.magix.com/au/music/sound-forge/) *(Windows, Mac)*
- ⭐️ [iZotope RX](https://www.izotope.com/en/shop/rx.html) *(Windows, Mac)*

Expand All @@ -186,11 +220,11 @@

## After Effects

#### Compositing & FX
#### Compositing and effects

- ✨ [Natron](https://natrongithub.github.io/) *(Windows, Mac, Linux)*
- ✨ [Blender](https://www.blender.org/) *(Windows, Mac, Linux)*
- ⭐️ (💵) [DaVinci Fusion](https://www.blackmagicdesign.com/nl/products/davinciresolve/fusion) *(Windows, Mac, Linux)*
- ⭐️ (💵) [DaVinci Resolve Fusion](https://www.blackmagicdesign.com/nl/products/davinciresolve/fusion) *(Windows, Mac, Linux)*
- ⭐️ (💵) [HitFilm](https://fxhome.com/product/hitfilm) *(Windows, Mac, Linux)*
- 💵 [VEGAS Effects](https://www.vegascreativesoftware.com/au/vegas-post/) *(Windows)*

Expand Down