# Juliaup: a modest suggestion

**URL:** https://discourse.julialang.org/t/juliaup-a-modest-suggestion/128465
**Category:** Internals & Design
**Created:** [April 27, 2025, 4:59pm UTC](https://discourse.julialang.org/t/juliaup-a-modest-suggestion/128465 "2025-04-27T16:59:56Z")
**Posts on this page:** 3
**Page:** 4

<div class="post-metadata">

### Author: ![aplavin](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/aplavin/32/222056_2.png) [@aplavin](https://discourse.julialang.org/u/aplavin)
#### Post date: [May 4, 2025, 8:40am UTC](https://discourse.julialang.org/t/juliaup-a-modest-suggestion/128465/62 "2025-05-04T08:40:20Z")

</div>

> [@liuyxpp](#):
>
> Obviously, to run the script, you have to type a command in a command line.

Obviously, to run the script, you don’t have to type any command in a command line 🙂

Eg, on macos, just open Finder and double click any script that has the `.command` extension and the executable bit set. Same concept of executable scripts exists on windows and most linux DEs.

---

<div class="post-metadata">

### Author: ![DNF](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/dnf/32/10191_2.png) [@DNF](https://discourse.julialang.org/u/DNF)
#### Post date: [May 4, 2025, 8:44am UTC](https://discourse.julialang.org/t/juliaup-a-modest-suggestion/128465/63 "2025-05-04T08:44:42Z")

</div>

The REPL is a command line, so it’s odd to use one and fear the other.

I was surprised to hear that some _only_ use notebooks and never touch the REPL. Still, if using a command line is too scary, then surely so is writing Julia code?

---

<div class="post-metadata">

### Author: ![liuyxpp](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/liuyxpp/32/9870_2.png) [@liuyxpp](https://discourse.julialang.org/u/liuyxpp)
#### Post date: [May 4, 2025, 9:48am UTC](https://discourse.julialang.org/t/juliaup-a-modest-suggestion/128465/64 "2025-05-04T09:48:07Z")

</div>

> [@aplavin](#):
>
> on macos, just open Finder and double click any script that has the `.command` extension and the executable bit set

I have been using MacOS for over 15 years and I haven’t used once the .command file, actually it is the first time I learn about it. Anyway, either you or someone shall prepare this script file for you. It seems even harder than just open the terminal and run `julia script.jl`?

[Previous page](https://discourse.julialang.org/t/juliaup-a-modest-suggestion/128465.md?page=3)
