Terminal: Difference between revisions

From OLPC
Jump to navigation Jump to search
(Adapted large-print instructions from Developer Console)
(remove outdated material)
 
(50 intermediate revisions by 25 users not shown)
Line 1: Line 1:
[[Category:Developers]]
{{Olpcboxtop|toptext=[[{{PAGENAME}}|Terminal]]}}
{{ OBX activity |[[Image:activity-terminal.svg|42px]]|extra}}
{{ OBX source dev|projects/terminal-activity}}
<small>see more [[:Category:OBX templates|templates]] or [[OBX proposals|propose new]]</small>
{{Olpcboxbottom}}


{{Activity migrated to sl.o
The Terminal activity gives a simple command prompt similar to that provided by the [[Developer Console]].
| download=http://activities.sugarlabs.org/en-US/sugar/addon/4043
| git=http://git.sugarlabs.org/projects/terminal
}}


See also [[Terminal Activity]].
Current download URL is unknown, please fill it in if you know it.

==Change font size==

Here is how to increase the print size in the terminal for those who need it (a good quick-start for technically-minded low-vision users or developers):

# Launch the Terminal activity.
# Type ''<tt>nano ~/.sugar/default/terminalrc</tt>''
# Find the line saying ''<tt>Font = Monospace 8</tt>'', change it to ''<tt>Monospace 16</tt>'' (or whatever you want).
# Press <tt>Control-X</tt> and answer Yes to save.
# Close the terminal activity (the X in the top right-hand corner)
# Re-open the terminal activity, the terminal should now be in a larger print.

==Limitations==
It is not currently possible to cut and paste from the terminal to other activities. A [http://dev.laptop.org/ticket/5376 ticket] has been raised in the development site to add this feature.

'''Pasting Text from a Web page to the command line in the Terminal Activity''': You can use the the clipboard function (i.e., to cut and paste) to drop text into a terminal if you attach a 3 button USB mouse to your USB port. After you have copied text from the web page(usually Ctl C), switch to the Terminal activity, put your cursor on the command line and click your middle button. Doing that should cause the text to be copied successfully.

Latest revision as of 00:35, 3 October 2013


?Sugar icon}}    This activity is now hosted at the Sugar Activity Library.

The information here is likely to be out-of-date. Consult the new pages for "Terminal" first:

See also Terminal Activity.