# Atom Julia on Terminal

**URL:** https://discourse.julialang.org/t/atom-julia-on-terminal/4052
**Category:** Community
**Tags:** announcement
**Created:** [June 2, 2017, 2:15am UTC](https://discourse.julialang.org/t/atom-julia-on-terminal/4052 "2017-06-02T02:15:24Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Rafael\_Ribeiro](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/rafael_ribeiro/32/1122_2.png) [@Rafael\_Ribeiro](https://discourse.julialang.org/u/Rafael_Ribeiro)
#### Post date: [June 2, 2017, 2:15am UTC](https://discourse.julialang.org/t/atom-julia-on-terminal/4052/1 "2017-06-02T02:15:24Z")

</div>

Hello Julia Community !

I developed this simple Atom package to run Julia source on a terminal windows pressing F5. Hope you like it! Any feedback, suggestions and bug reports are welcome!!!

> **[Sunsetting Atom](https://github.blog/news-insights/product-news/sunsetting-atom/)**
>
> We are archiving Atom and all projects under the Atom organization for an official sunset on December 15, 2022.

# atom-julia-run package

[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg?style=plastic)](https://raw.githubusercontent.com/rafpyprog/atom-julia-run/julia-support/LICENSE.md)

Run your Julia source file (.jl) using `F5` or `F6`!

 ![](https://global.discourse-cdn.com/julialang/original/3X/b/3/b33d0c7301bee73ccfc723f351d0517eed5bd9ce.png)

# Prerequisite

- Windows or Linux with gnome-terminal;
- julia should be on `PATH`.

# Method of use

1. Open a .jl file.
2. Hit `F5` or `F6` to run.

- **It will save the file in current editor immediately without a confirmation, be aware.**

# Contribute

- New an issue if you have any idea of new features.

This is a package for Atom
